mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
17 lines
321 B
HTML
17 lines
321 B
HTML
|
<!doctype html />
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Wat</title>
|
||
|
<script type="text/javascript" src="settings.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="wat">
|
||
|
<p>Server:</p>
|
||
|
<input type="text" id="serverurl" value="http://localhost:42010" />
|
||
|
<p>API key:</p>
|
||
|
<input type="text" id="apikey" />
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|