about???
This commit is contained in:
parent
2547e34d37
commit
e7e4d8bcfe
2 changed files with 4 additions and 0 deletions
3
src/pages/about.astro
Normal file
3
src/pages/about.astro
Normal file
|
@ -0,0 +1,3 @@
|
|||
<body>
|
||||
<p>This is me exploding and learning astro</p>
|
||||
</body>
|
|
@ -12,5 +12,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Astro 2</h1>
|
||||
<a href="/about">second page idk</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue