This commit is contained in:
nin0dev 2024-07-29 07:53:59 -04:00
parent e7e4d8bcfe
commit b78172476f
2 changed files with 5 additions and 0 deletions

4
src/pages/blog.astro Normal file
View file

@ -0,0 +1,4 @@
<body>
<h1>Terrible Blog</h1>
<p>Ven Will Die</p>
</body>

View file

@ -13,5 +13,6 @@
<body> <body>
<h1>Astro 2</h1> <h1>Astro 2</h1>
<a href="/about">second page idk</a> <a href="/about">second page idk</a>
<a href="/blog">Cool blog</a>
</body> </body>
</html> </html>