2018-12-14 18:38:08 +03:00
|
|
|
<!doctype html />
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Wat</title>
|
|
|
|
<script type="text/javascript" src="settings.js"></script>
|
2018-12-14 21:52:31 +03:00
|
|
|
<meta charset="UTF-8">
|
2018-12-14 18:38:08 +03:00
|
|
|
</head>
|
2018-12-14 21:52:31 +03:00
|
|
|
<body style="width:300px">
|
2018-12-14 18:38:08 +03:00
|
|
|
<div id="wat">
|
2018-12-14 21:52:31 +03:00
|
|
|
<span id="checkmark_url"></span> <span style="line-height:20px">Server:</span><br />
|
|
|
|
<input style="width:270px" type="text" id="serverurl" value="http://localhost:42010" />
|
|
|
|
<br /><br />
|
|
|
|
<span id="checkmark_key"></span> <span style="line-height:20px">API key:</span><br />
|
|
|
|
<input style="width:270px" type="text" id="apikey" />
|
2018-12-14 18:38:08 +03:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|