-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.37 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sign Up</title>
<meta name="viewport" content="width=device-width">
<link href="https://id.spreedly.com/assets/application-125facb6f8aa81784a5076aa43dcfa9f.css" media="screen" rel="stylesheet" />
<link href="//cloud.webtype.com/css/34e2b052-a1cd-453d-b020-761d7a0e00bd.css" media="screen" rel="stylesheet" />
</head>
<body >
<div class="wrapper layout-app">
<div role="main">
<div class="row signup-row">
<div class="panel">
<header>
<h1 class="panel-heading">Create an Account</h1>
</header>
<form accept-charset="UTF-8" action="/register" method="post">
<p>
<label for="username">Username</label>
<input id="username" name="username" type="text" />
</p>
<p>
<label for="user_token">Token</label>
<input autocomplete="off" id="user_token" name="token" type="password" />
</p>
<p>
<button class="button" type="submit">Create your account</button>
</p>
</form>
</div>
</div>
</div>
<footer class="site-footer has-border"> </footer>
</div>
</body>
</html>