corrected page

This commit is contained in:
Patrick Alvin Alcala 2025-06-03 13:48:41 +08:00
parent fc053219d4
commit 4b8be2846c

View file

@ -1,16 +1,9 @@
---
import Layout from '../layouts/Layout.astro'
---
---
<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>
<h1>Astro</h1>
</body>
</html>
<Layout title="Home">
<main>
<h1>This is just a template</h1>
</main>
</Layout>