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