-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
39 lines (30 loc) · 898 Bytes
/
code.html
File metadata and controls
39 lines (30 loc) · 898 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
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Route-Home</title>
<meta name="description" content="The Route Home">
<meta name="author" content="SitePoint">
<link rel="stylesheet" type='text/css' href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/static/css/home.css">
</head>
<body>
</head>
<body>
<header class='container'>
<div class="row">
<h1 class='col-sm-4'>Route Home</h1>
<nav class='col-sm-8 text-right'>
<p>About</p>
<p>Code</p>
<p>The Team</p>
</nav>
</div>
</header>
<div class='container'>
<div class='col-sm-12'>
<h3>User Instructions</h3>
<br>
<h3>Implementation Architecture</h3>
<br>
<h3>Results</h3>