Setup initial backend for the blog posts and added in the link to the pages

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2023-06-06 16:04:39 +01:00
parent 23f7ff4dc5
commit 3ccc7de5b4
14 changed files with 279 additions and 87 deletions
+1 -1
View File
@@ -1 +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>
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Blog</title></head><body>this is a test<script src="/blog/index.js"></script></body></html>