13 lines
206 B
Text
Executable file
13 lines
206 B
Text
Executable file
---
|
|
import Head from "../../components/fuckchrome/bsod-head.astro";
|
|
---
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<Head />
|
|
</head>
|
|
<body onload="onload()" id="body">
|
|
<slot />
|
|
</body>
|
|
</html>
|