<!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" | |
autofocus="autofocus" /> | |
<button type="submit"><span>Go</span></button> | |
</div> | |
</form> | |
</header> | |
</body> | |
</html> |