experiment

This commit is contained in:
alex
2025-02-28 17:20:28 +00:00
parent 690b8648a8
commit 5054756ca2
+13
View File
@@ -0,0 +1,13 @@
---
import HeadCommon from '../components/HeadCommon.astro';
---
<html lang="en" class="m-0 dark">
<head>
<HeadCommon />
<title>Strudel Cycler</title>
</head>
<body class="h-app-height bg-background m-0">
Hello
</body>
</html>