This repository has been archived on 2025-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
joehanson-dev/src/pages/index.astro

17 lines
325 B
Text
Raw Normal View History

2023-09-15 18:26:22 -05:00
---
---
<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>Joseph Hanson</title>
</head>
<body>
<h1>joehanson.dev</h1>
</body>
</html>