This commit is contained in:
nin0dev 2024-07-29 07:52:47 -04:00
parent 2547e34d37
commit e7e4d8bcfe
2 changed files with 4 additions and 0 deletions

3
src/pages/about.astro Normal file
View file

@ -0,0 +1,3 @@
<body>
<p>This is me exploding and learning astro</p>
</body>

View file

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