Init repository
This commit is contained in:
21
settings/index.html
Normal file
21
settings/index.html
Normal 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>
|
Reference in New Issue
Block a user