diff --git a/src/frontend/index.tsx b/src/frontend/index.tsx index 4dbd919..1c19ea0 100644 --- a/src/frontend/index.tsx +++ b/src/frontend/index.tsx @@ -18,8 +18,6 @@ export function Index(path: string) {
{selectPage(path)}
-

Hello

- ) diff --git a/src/frontend/pages/blog.tsx b/src/frontend/pages/blog.tsx index a34a0ed..7111fd5 100644 --- a/src/frontend/pages/blog.tsx +++ b/src/frontend/pages/blog.tsx @@ -1,8 +1,50 @@ export function Blog(){ return (
-

Blog

-

And a post

+
+
+

Blog Post Title

+
Posted on January 1, 2024
+

Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!

+ Read More +
+ +
+

Another Blog Post Title

+
Posted on December 1, 2023
+

Mozilla Firefox is an open-source web browser developed by Mozilla. Firefox has been the second most popular web browser since January, 2018.

+ Read More +
+ +
+

The First Blog Post

+
Posted on November 1, 2023
+

Microsoft Edge is a web browser developed by Microsoft, released in 2015. Microsoft Edge replaced Internet Explorer.

+ Read More +
+
+
) }