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
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Test page</title></head><body><a href="#" onclick="return goToURL('post/full-stack-dev-2023-starting-guide');">full-stack-dev-2023-starting-guide</a><p id="url"></p><script src="/blog/index.js"></script></body></html>