-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodegen.html
More file actions
38 lines (37 loc) · 1.33 KB
/
codegen.html
File metadata and controls
38 lines (37 loc) · 1.33 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
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project: Giant Robot Puppet</title>
<link rel="stylesheet" href="css/app.css">
<script src="js/jquery.min.js"></script>
<script src="js/puppet.js" rel="script"></script>
</head>
<body>
<div class="large-12 columns small-centered">
<div class="row mobile-open">
<div class="large-12 small-8 columns text-center small-centered">
<h2>Welcome Admin</h2>
</div>
</div>
<div class="row">
<div class="callout">
<div class="large-8 small-12 columns text-center small-centered">
<div class="row">
<h4 style="color: #1779ba">Code:</h4>
<h2 id="codearea"></h2>
</div>
<div class="row">
<div class="small-12 columns small-centered">
<button class="codebutton" id="codegen" onclick="getCode()">Generate Authentication Code</button>
</div>
<a href="/all.html"><div class="button">All Sliders</div></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>