<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="event.js"></script>
|
|
<script src="sha1.js"></script>
|
|
<script src="http.js"></script>
|
|
<script src="main.js"></script>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="msg">
|
|
<div id="buffer"> </div>
|
|
<div id="msg_end"></div>
|
|
</div>
|
|
<div class="buttons">
|
|
<input type="checkbox" id="show-log"> Debug
|
|
<button id="enroll">Enroll</button>
|
|
<button id="down">Down</button>
|
|
<button id="match">Match</button>
|
|
<button id="refresh">Refesh Device</button>
|
|
<button id="export">Export</button>
|
|
<button id="import">Import&Down</button>
|
|
<input type="file" id="import-file" style="display:none"/>
|
|
</div>
|
|
</body>
|
|
</html>
|