blob: 3e8f71eba2199057d774834a732b5d96c05d4d2f [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Hint demo</title>
5 <meta charset="utf-8" />
Nils Diewald0e6992a2015-04-14 20:13:52 +00006 <script data-main="hintdemo.js" src="../js/lib/require.js" async="async"></script>
Nils Diewaldce328112015-04-08 22:48:18 +00007 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
Nils Diewalda944fab2015-04-08 21:02:04 +00008 </head>
9 <body>
10 <header>
Akron2d0d96d2019-11-18 19:49:50 +010011 <form id="searchform" autocomplete="off" action="/kalamar">
Nils Diewalda944fab2015-04-08 21:02:04 +000012 <div id="searchbar">
13 <input type="search"
14 placeholder="Find ..."
15 name="q"
16 id="q-field"
Akron308db382016-05-30 22:34:07 +020017 value="mbfhjgfghfhgfhfghfghnhvrthrjvztrhhrnvnthvft"
Nils Diewalda944fab2015-04-08 21:02:04 +000018 autofocus="autofocus" />
19 <button type="submit"><span>Go</span></button>
20 </div>
Akron2d0d96d2019-11-18 19:49:50 +010021 <div id="vc-view"></div>
Nils Diewalda944fab2015-04-08 21:02:04 +000022 </form>
23 </header>
Akron308db382016-05-30 22:34:07 +020024
25 <a onclick="demoAlert(14, 'This is a warning')">Alert at 14</a>
Nils Diewalda944fab2015-04-08 21:02:04 +000026 </body>
27</html>