-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (30 loc) · 931 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Alexander Menzies</title>
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/vendor/bootstrap/css/flatly.bootstrap.min.css">
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootswatch.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- nav partial -->
<!--
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand">Home</a>
</div>
</div>
</div>
-->
<div class="container">
<div class="page-header">
<h1>Alexander Menzies</h1>
</div>
<!-- body partial, used for adding pages to layout -->
<p>A very simple website</p>
</div>
</body>
</html>