mirror of https://github.com/perkeep/perkeep.git
16 lines
231 B
HTML
16 lines
231 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Camlistored UI</title>
|
||
|
<script src='ui.js'></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Camlistored UI</h1>
|
||
|
|
||
|
<form>
|
||
|
<input type='button' id='discobtn' onclick='discover()' value="Do Discovery" />
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
</html>
|