mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 08:16:40 +00:00
22 lines
498 B
Text
22 lines
498 B
Text
---
|
|
|
|
---
|
|
|
|
<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>
|