Merge remote-tracking branch 'origin/main' into docs
This commit is contained in:
commit
fe80478b8a
32 changed files with 973 additions and 107 deletions
|
|
@ -3,12 +3,12 @@ import HeadCommon from '../components/HeadCommon.astro';
|
|||
import { Repl } from '../repl/Repl.jsx';
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<HeadCommon />
|
||||
<title>Strudel REPL</title>
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg-background">
|
||||
<Repl client:only="react" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue