| <!DOCTYPE html> | 
 | <html> | 
 |   <head> | 
 |     <title>Hint demo</title> | 
 |     <meta charset="utf-8" /> | 
 |     <script data-main="hintdemo.js" src="../js/lib/require.js" async="async"></script> | 
 |     <link type="text/css" rel="stylesheet" href="../css/kalamar.css" /> | 
 |   </head> | 
 |   <body> | 
 |     <header> | 
 |       <form autocomplete="off" action="/kalamar"> | 
 | 	<div id="searchbar"> | 
 | 	  <input type="search" | 
 | 		 placeholder="Find ..." | 
 | 		 name="q" | 
 | 		 id="q-field" | 
 | 		 value="mbfhjgfghfhgfhfghfghnhvrthrjvztrhhrnvnthvft" | 
 | 		 autofocus="autofocus" /> | 
 | 	  <button type="submit"><span>Go</span></button> | 
 | 	</div> | 
 |       </form> | 
 |     </header> | 
 |  | 
 |     <a onclick="demoAlert(14, 'This is a warning')">Alert at 14</a> | 
 |   </body> | 
 | </html> |