2018-07-07 09:45:33 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Telebit Account</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2018-08-04 10:21:06 +00:00
|
|
|
<h1>Login</h1>
|
2018-07-07 09:45:33 +00:00
|
|
|
<form class="js-auth-form">
|
2018-08-04 10:21:06 +00:00
|
|
|
<input class="js-auth-subject" placeholder="email" type="email"/>
|
2018-07-07 09:45:33 +00:00
|
|
|
<button class="js-auth-submit" type="submit">Login</button>
|
|
|
|
</form>
|
|
|
|
|
2018-08-05 08:11:54 +00:00
|
|
|
<div class="v-app">
|
|
|
|
<ol>
|
|
|
|
<li v-for="domain in domains">
|
|
|
|
{{ domain }}
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- development version, includes helpful console warnings -->
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
|
|
|
|
2018-07-07 09:45:33 +00:00
|
|
|
<script src="assets/oauth3.org/oauth3.core.js"></script>
|
2018-08-10 07:44:42 +00:00
|
|
|
<script src="js/account.js"></script>
|
2018-07-07 09:45:33 +00:00
|
|
|
</body>
|
|
|
|
</html>
|