mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 06:56:40 +00:00
feat: add about page
This commit is contained in:
parent
0fd85c0041
commit
e8157d31ff
2 changed files with 26 additions and 1 deletions
22
src/pages/about.astro
Normal file
22
src/pages/about.astro
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
|
<meta name="viewport" content="width=device-width" />
|
||||||
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
<title>Astro</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<a href="/">Home</a>
|
||||||
|
<a href="/about">About</a>
|
||||||
|
|
||||||
|
<h1>About me</h1>
|
||||||
|
<h2>... and my new website!</h2>
|
||||||
|
<p>I'm a web developer and I'm learning Astro.</p>
|
||||||
|
<p>This is my first website!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -11,6 +11,9 @@
|
||||||
<title>Astro</title>
|
<title>Astro</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Runtime Notes</h1>
|
<a href="/">Home</a>
|
||||||
|
<a href="/about">About</a>
|
||||||
|
|
||||||
|
<h1>Orbital Orbit</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue