1
0
Fork 0
forked from nin0/website

made window

This commit is contained in:
nin0 2024-07-29 13:10:58 -04:00
parent 2e77b84df3
commit f9b8428d2b
6 changed files with 67 additions and 14 deletions

View file

@ -0,0 +1,19 @@
---
import "7.css/dist/7.css";
import "../css/style.css";
const {tabTitle} = Astro.props;
---
<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>{tabTitle}</title>
</head>
<body>
<slot />
</body>
</html>