diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/_site/index.html b/_site/index.html index da31006..c60b34a 100644 --- a/_site/index.html +++ b/_site/index.html @@ -2,7 +2,7 @@ <html lang="en-us"> <head> <meta charset="utf-8"> - <title>ASCIIMX - DEV</title> + <title>ASCIIMX</title> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/normalize.css"> <link rel="stylesheet" href="/assets/css/skeleton.css"> @@ -12,16 +12,35 @@ <div class="container"> <ul id="navlist" class="left"> <li class="active"> - <a href="/">hme - </a> + <a href="/">hme</a> </li> <li > - <a href="/about/">abt - </a> + <a href="/about.html">abt</a> </li> <li><a href="/feed.xml">rss</a></li> </ul> </div> + <main class="container" id="main"><ul> + + + + <li> + <h2><a href="/blog/post-1/index.html">Index</a></h2> + <p>An apple is a sweet, edible fruit produced by an apple tree.</p> + + </li> + + <li> + <h2><a href="/projects/post-1/index.html">Index</a></h2> + <p>An apple is a sweet, edible fruit produced by an apple tree.</p> + + </li> + +</ul> + +</div> +</main> + </body> </html> |
