assets/src/pages/index.astro
2026-05-25 18:06:25 +01:00

12 lines
No EOL
414 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Azzy Assets</title>
<link rel="favicon" href="/favicon.png">
</head>
<body>
<p>Well what are you doing here? This is for assets. Head over to the main page <a href="https://azzyaz.net">here</a>.</p>
</body>
</html>