-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate.html
More file actions
51 lines (40 loc) · 2.07 KB
/
create.html
File metadata and controls
51 lines (40 loc) · 2.07 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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Ranger</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="Skeleton-2.0.4/css/normalize.css">
<link rel="stylesheet" href="Skeleton-2.0.4/css/skeleton.css">
<link rel="stylesheet" href="css/login.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.css' rel='stylesheet' />
</head>
<div id="map"></div>
<body class="bg">
<center>
<div class="headingMargin"><img src="icon-01.png">
<h2 id = "headerLogin" class="brandon-bold">CREATE RANGER</h2>
<input class="login brandon-light" type="text" id="email" placeholder="email"/><br>
<input class="login brandon-light" type="password" id="password" placeholder="password"/><br>
<button type="button" class = "brandon-light" id="submit">Create Account<submit/>
</div>
</center>
<script src='js/jquery.js'></script>
<script src='js/create.js'></script>
<script src='js/login.js'></script>
<!-- <script src='js/scripts.js'></script> -->
</body>
</html>