astro-deploy/src/pages/index.astro
2024-02-17 13:32:41 +01:00

14 lines
304 B
Plaintext

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astro Deploy</title>
</head>
<body>
<main>
<div class="flex items-center justify-center px-4 pt-48">Hello World</div>
</main>
</body>
</html>