feat: initial commit
This commit is contained in:
15
src/layouts/main.astro
Normal file
15
src/layouts/main.astro
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
import "@/styles/global.css"
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<title>Astro App</title>
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user