start frontend, adding layouts for things
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import "../styles/global.css"
|
||||
import Layout from "../component/core/layout.astro"
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -43,16 +44,8 @@ import "../styles/global.css"
|
||||
</script>
|
||||
|
||||
|
||||
<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>
|
||||
<Layout>
|
||||
<h1>Astro</h1>
|
||||
<div id="editor">
|
||||
<p>Hello World!</p>
|
||||
<p>Some initial <strong>bold</strong> text</p>
|
||||
@@ -69,5 +62,4 @@ import "../styles/global.css"
|
||||
<div id="result">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user