Init repository

This commit is contained in:
2020-07-03 20:54:27 +02:00
commit f56ae7514e
4 changed files with 82 additions and 0 deletions

21
settings/index.html Normal file
View File

@@ -0,0 +1,21 @@
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<h2>Tileserver</h2>
<label>
<input type="text" id="tileserver">
</label>
<br>
<br>
<button type="submit">Save</button>
</form>
<script src="settings.js"></script>
</body>
</html>