strudel/website/src/pages/udels/index.astro
Jade (Rose) Rowland ad25ce7b21 working
2025-04-18 01:01:10 -04:00

15 lines
295 B
Plaintext

---
import HeadCommon from '@components/HeadCommon.astro';
import { Udels } from '../../components/Udels/Udels.jsx';
---
<html lang="en" class="m-0">
<head>
<HeadCommon />
<title>Strudel UDELS</title>
</head>
<body class="m-0">
<Udels client:only="react" />
</body>
</html>