nelle-observer/astro/src/layouts/fuckchrome/bsod.astro

14 lines
206 B
Text
Raw Normal View History

2024-08-17 13:23:43 -06:00
---
2024-08-20 15:00:53 -06:00
import Head from "../../components/fuckchrome/bsod-head.astro";
2024-08-17 13:23:43 -06:00
---
<!doctype html>
<html lang="en">
<head>
<Head />
</head>
<body onload="onload()" id="body">
<slot />
</body>
</html>