We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 5388879Copy full SHA for 5388879
index.html
@@ -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
23
+ <li><a href="https://github.com/marc-git">github.com/marc-git</a></li>
24
25
+ </footer>
26
+ </body>
27
+</html>
0 commit comments