buf = buf.."<h1> ESP8266 Web Server</h1>";
buf = buf.."<style> button { height: 50px; width: 80px; }</style>";
buf = buf.."<p>GPIO0 <a href=\"?pin=ON1\"><button>ON</button></a> <a
Styling web pages is a big subject though
http://www.w3schools.com/css/css_examples.asp
Cheers,
John