diff options
Diffstat (limited to '_site/about.html')
| -rw-r--r-- | _site/about.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/_site/about.html b/_site/about.html new file mode 100644 index 0000000..57fa5af --- /dev/null +++ b/_site/about.html @@ -0,0 +1,27 @@ +<!doctype html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <title>About</title> + <link rel="stylesheet" href="/assets/css/main.css"> + </head> + <body> + <div class="wrap"> + <header class="masthead"> + <div class="container"> + <h3 class="masthead-title"> + <a href="/" title="Home">ASCIIMX</a> + <br><small>Wickramage Don Sadeep's Personal Website</small> + </h3> + </div> + </header> + + <main class="container" id="main"> + <h1 id="about-page">About page</h1> + +<p>This page tells you a little bit about me.</p> + + </main> + </div> + </body> +</html> |
