mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-03 22:08:50 -04:00
experiment
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user