telebit-relay.js/admin/index.html

16 lines
344 B
HTML
Raw Normal View History

2018-05-23 11:12:39 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Telebit Relay</title>
2018-05-26 08:48:23 +00:00
<meta charset="UTF-8">
2018-05-23 11:12:39 +00:00
</head>
<body>
2018-05-26 08:48:23 +00:00
<script>document.body.hidden = true;</script>
<button class="js-login">Login</button>
<button class="js-login">Sign Up</button>
<br>
2018-05-23 11:12:39 +00:00
[TODO: Admin Interface]
2018-05-26 08:48:23 +00:00
<script src="js/app.js"></script>
2018-05-23 11:12:39 +00:00
</body>
</html>