doing basic layout
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
---
|
||||
import Base from "src/layout/Base.astro"
|
||||
---
|
||||
|
||||
---
|
||||
<Base>
|
||||
<div class="flex flex-row">
|
||||
<!-- HeaderSection -->
|
||||
|
||||
<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>
|
||||
<div class="w-[32%] bg-amber-400">
|
||||
breadone dot net
|
||||
</div>
|
||||
|
||||
<div class="w-[68%] bg-blue-400">
|
||||
content
|
||||
</div>
|
||||
</div>
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user