-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 726 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (22 loc) · 726 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<meta name="viewport" content="width=device-width">
<title>The Concierge</title>
</head>
<body class="container">
<div id="index list" class="jumbotron">
<h1 id="heading">Home Page</h1>
<p>Welcome to the home pgae of my shit little test app.</p>
</div>
<ul id="sidebar" class="col-sm-3 col-md-3 col-lg-2 well">
</ul>
</body>
<footer>
<link rel="stylesheet" type="text/css" href="css/mine/style.css">
<script type="text/javascript" src="js/mine/mine.js"></script>
</footer>
</html>