added some base code for the blog page nothing fancy

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2023-06-03 14:09:23 +01:00
parent 4bacef2130
commit 23f7ff4dc5
14 changed files with 65 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blog</title>
</head>
<body>
<script src="/blog/index.js"></script>
</body>
</html>