corrected page
This commit is contained in:
parent
fc053219d4
commit
4b8be2846c
1 changed files with 7 additions and 14 deletions
|
|
@ -1,16 +1,9 @@
|
||||||
---
|
---
|
||||||
|
import Layout from '../layouts/Layout.astro'
|
||||||
|
---
|
||||||
|
|
||||||
---
|
<Layout title="Home">
|
||||||
|
<main>
|
||||||
<html lang="en">
|
<h1>This is just a template</h1>
|
||||||
<head>
|
</main>
|
||||||
<meta charset="utf-8" />
|
</Layout>
|
||||||
<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>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue