diff options
author | davidovski <david@davidovski.xyz> | 2021-08-26 04:15:22 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-26 04:15:22 +0100 |
commit | 2e4002e5ad2f495088da627bd7ee8a216eb4e7b1 (patch) | |
tree | d5fb9fe514eb04277eeb25bc000c311fef156bc4 /html/blog/index.html |
initial commit
Diffstat (limited to 'html/blog/index.html')
-rw-r--r-- | html/blog/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/html/blog/index.html b/html/blog/index.html new file mode 100644 index 0000000..1c92525 --- /dev/null +++ b/html/blog/index.html @@ -0,0 +1,39 @@ +<!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> |