never
This commit is contained in:
parent
e7e4d8bcfe
commit
b78172476f
2 changed files with 5 additions and 0 deletions
4
src/pages/blog.astro
Normal file
4
src/pages/blog.astro
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<body>
|
||||||
|
<h1>Terrible Blog</h1>
|
||||||
|
<p>Ven Will Die</p>
|
||||||
|
</body>
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue