diff options
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/templates/index.html b/src/templates/index.html deleted file mode 100644 index 412b4ec..0000000 --- a/src/templates/index.html +++ /dev/null @@ -1,36 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8"/> - <title></title> - </head> - <body> - <main class="homepage"> - <h1>hello world</h1> - - <ul class="posts"> - <li class="post"> - <a href="/">Test post please ignore</a> - </li> - </ul> - </main> - <main class="post"> - <article> - <h1>post title</h1> - <main> - Fringilla ut morbi tincidunt augue interdum velit euismod! - Interdum velit laoreet id donec ultrices tincidunt arcu, non - sodales neque sodales ut etiam sit amet nisl purus, in - mollis nunc sed. - </main> - </article> - </main> - <main class="taxon"> - <ul class="posts"> - <li class="post"> - <a href="/">Test post please ignore</a> - </li> - </ul> - </main> - </body> -</html> |