A bunch of shit
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
import "@styles/global.css";
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -5,10 +8,12 @@
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>Astro Basics</title>
|
||||
<title>Radius</title>
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
<body class="h-full">
|
||||
<div class="h-full w-full fixed">
|
||||
<slot />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
---
|
||||
import Welcome from '../components/Welcome.astro';
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<h1> E </h1>
|
||||
</Layout>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@import "tailwindcss";
|
||||
Reference in New Issue
Block a user