How to make the op look better?

I am working on a project which uses the proximity sensor.
the op page of the sensor shows the text like {success=“1”, value=“0”}
however i want this page to look more attractive because i am using it for the project
please help me on how i can make the op page look better (like add a picture or two or may be some other text )

You can definitely make it look better. You need to use AJAX so that instead of reloading the page, the reply from BOLT will be available to the same web page.

Check out http://www.instructables.com/id/DADD-Dads-Against-Drunk-Driving-Using-BOLT-IoT/ See the output of this code. You can work on similar lines.

Also, try using the Bolt.js library shown in the workshop. It will be available in the section Building a Web App.