nelle-observer/astro/src/layouts/fuckchrome/mobile-warn.astro

13 lines
194 B
Text
Executable file

---
import Head from "../components/mobile-warn.astro";
---
<!doctype html>
<html lang="en">
<head>
<Head />
</head>
<body onload="onload()" id="body">
<slot />
</body>
</html>