Merge branch 'main' into jescoding-patch-1

This commit is contained in:
Alex McLean 2025-12-28 17:53:50 +01:00
commit 1823993e7c
5 changed files with 297 additions and 3 deletions

View file

@ -0,0 +1,15 @@
---
import HeadCommon from '../../components/HeadCommon.astro';
import Dough from '../../components/Dough/Dough.astro';
---
<html lang="en" class="m-0 dark">
<head>
<HeadCommon />
<title>Strudel Dough REPL</title>
</head>
<body class="h-app-height bg-background m-0">
<Dough />
<a rel="me" href="https://social.toplap.org/@strudel" target="_blank" class="hidden">mastodon</a>
</body>
</html>