diff options
Diffstat (limited to 'html/blog/entries/blarg.html')
-rw-r--r-- | html/blog/entries/blarg.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/blog/entries/blarg.html b/html/blog/entries/blarg.html new file mode 100644 index 0000000..2b8b489 --- /dev/null +++ b/html/blog/entries/blarg.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>blarg</title> +</head> +<body> + <h1>blarg</h1> +<p>blarg blarg test haha</p> +</body> +</html> |