blob: e1d51fd84fb765d4da7985007dbb72d7931b665d [file] [log] [blame]
Leo Repp8e21cbe2021-08-18 16:37:52 +02001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Hint demo</title>
5 <meta charset="utf-8" />
6 <script data-main="querystoringdemo.js" src="../js/lib/require.js" async="async"></script>
7 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
8 </head>
9 <body>
10 <header>
11 <form id="searchform" autocomplete="off" action="/kalamar">
12 <div id="searchbar">
13 <input type="search"
14 placeholder="Find ..."
15 name="q"
16 id="q-field"
17 value="mbfhjgfghfhgfhfghfghnhvrthrjvztrhhrnvnthvft"
18 autofocus="autofocus" />
19 <button type="submit"><span>Go</span></button>
20 </div>
21 <div id="vc-view"></div>
22 </form>
23 </header>
24
25 <a onclick="demoAlert(14, 'This is a warning')">Alert at 14</a>
26 </body>
27</html>