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

14 lines
194 B
Text
Raw Normal View History

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