aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-09 17:16:09 +0100
committerVitali64 <vitali64pmemail@protonmail.com>2021-12-09 17:16:09 +0100
commitb0530c4d4d283b5dbdcc18e3ee60a876c3997aa3 (patch)
tree00d70cfb7a54f54d0bea47f49b1596168197b15c
parentb6a9a5566f490a932a2bf10a28c17e9642decfc6 (diff)
downloadseen-b0530c4d4d283b5dbdcc18e3ee60a876c3997aa3.tar.gz
seen-b0530c4d4d283b5dbdcc18e3ee60a876c3997aa3.zip
Init
-rw-r--r--www/articles/articletext.html32
-rw-r--r--www/index.html30
2 files changed, 0 insertions, 62 deletions
diff --git a/www/articles/articletext.html b/www/articles/articletext.html
deleted file mode 100644
index cd84fa3..0000000
--- a/www/articles/articletext.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-
-<html>
-
- <body>
- <h1>Blog</h1>
- <div>
-
-<h1>Hello</h1>
-
-<p>Welcome to <code>seen</code> !</p>
-
-<p>It&rsquo;s a simple blog generator.</p>
-
-<p>Please refer to the README.md file for more information.</p>
-
- </div>
-
- <footer>Generated by `seen`, a static blog generator.</footer>
-
- </main>
-
- </body>
- <style>
-div
-{
- background-color: #ddd;
- padding: 4pt;
-}
- </style>
-
-</html>
diff --git a/www/index.html b/www/index.html
deleted file mode 100644
index c7f33dd..0000000
--- a/www/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-
-<html>
-
- <body>
- <h1>Blog</h1>
- <div>
-
- <div class="article">
- <a href="articles/articletext.html"><h3>Hello World!</h3>9th December 2021</a>
- <p>Welcome to seen! This is a test article.</p>
- </div>
-
-
- </div>
-
- <footer>Generated by `seen`, a static blog generator.</footer>
-
- </main>
-
- </body>
- <style>
-div
-{
- background-color: #ddd;
- padding: 4pt;
-}
- </style>
-
-</html>