-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.html
47 lines (45 loc) · 1.86 KB
/
help.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
@font-face { font-family: lobster; src: url('fonts/lobster.ttf'); }
</style>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Track Me!</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="col1">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<a href="index.html" class="btn btn-success btn-block" id="lend-btn">
Go back
<span class="glyphicon glyphicon-map-marker"></span>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-body">
<center>
<h2>Track Me!</h2>
<img src="images/icon-512.png" class="img-responsive" width="100" height="100" />
</center>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>