mirror of https://github.com/perkeep/perkeep.git
17 lines
400 B
HTML
17 lines
400 B
HTML
<html>
|
|
<head>
|
|
<title>Camlistored UI</title>
|
|
<script src="camli.js"></script>
|
|
<script src="?camli.mode=config&cb=onConfiguration"></script>
|
|
<script src="search.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Search</h1>
|
|
<p><input type="button" id="searchbtn" onclick="search()" value="Do Search" /></p>
|
|
<div id="searchres" style="border: 2px solid gray">(search results)</div>
|
|
|
|
|
|
</body>
|
|
</html>
|