Moving to jekyll
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>About</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css"
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align:center;">
|
||||
<div>
|
||||
<img src="/assets/images/omegablk.png">
|
||||
</div>
|
||||
<nav>
|
||||
|
||||
<a href="/">Home</a>
|
||||
|
||||
<a href="/about.html" class="current">About</a>
|
||||
|
||||
<a href="/blog.html">Blog</a>
|
||||
|
||||
</nav>
|
||||
|
||||
<h1 id="about-page">About page</h1>
|
||||
|
||||
<p>This is a test about page</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user