diff options
author | davidovski <david@davidovski.xyz> | 2021-08-27 03:08:43 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-27 03:08:43 +0100 |
commit | 459fa8f48a8d91fe2ed7eb15b093c3346d17d129 (patch) | |
tree | dbce97edf0365812d920648030a5820e97a6b5c2 /html/blog/index.html | |
parent | e6eaad2eb74de4c4992d98ad6ddd2a35523cef96 (diff) |
new article, added background
Diffstat (limited to 'html/blog/index.html')
-rw-r--r-- | html/blog/index.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/html/blog/index.html b/html/blog/index.html deleted file mode 100644 index 1c92525..0000000 --- a/html/blog/index.html +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE HTML> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <title></title> -</head> -<body> - <h1>blog test</h1> - <div class="entries"> - <div> - <h1>test</h1> -<p>test testing lol</p> - - ... - <a href="www.example.com/entries/test.html">more</a> - <p>Date: Sun, 08 Aug 2021</p> -</div> - -<div> - <h1>blarg</h1> -<p>blarg blarg test haha</p> - - ... - <a href="www.example.com/entries/blarg.html">more</a> - <p>Date: Sun, 08 Aug 2021</p> -</div> - -<div> - <h1>test my blog</h1> -<p>this is an entry woooooooooooow</p> - - ... - <a href="www.example.com/entries/test my blog.html">more</a> - <p>Date: Sun, 08 Aug 2021</p> -</div> - - </div> -</body> -</html> |