Skip to content

Commit 5388879

Browse files
authored
Create index.html
0 parents  commit 5388879

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Marc Graham, Computational Science</title>
5+
</head>
6+
<body>
7+
<nav>
8+
<ul>
9+
<li><a href="/">Home</a></li>
10+
<li><a href="/about">About</a></li>
11+
<li><a href="/cv">CV</a></li>
12+
<li><a href="/blog">Blog</a></li>
13+
</ul>
14+
</nav>
15+
<div class="container">
16+
<div class="blurb">
17+
<h1>Under Construction</h1>
18+
<p>Sorry this is all being built for now....</p>
19+
</div><!-- /.blurb -->
20+
</div><!-- /.container -->
21+
<footer>
22+
<ul>
23+
<li><a href="https://github.com/marc-git">github.com/marc-git</a></li>
24+
</ul>
25+
</footer>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)