Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkovalchik authored May 18, 2019
1 parent 9976946 commit d370e08
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
<!DOCTYPE html>
<html>
<head>
<title>RawTools</title>
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there!</h1>
<p>Testing <em>testing</em> testing. <a href="/about">and more...</a></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="email_goes_here@nowhere.nowhere">email</a></li>
<li><a href="https://github.com/kevinkovalchik/rawtools">repository</a></li>
</ul>
</footer>
</body>
</html>

0 comments on commit d370e08

Please sign in to comment.