blob: 69b80d2a096d341484ba181f339817a76f0dfb71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|