Move background to separate element

This commit is contained in:
Wouter van Veelen
2025-11-24 00:37:34 +01:00
parent efac9ed7c1
commit 1c1bd647f1
3 changed files with 11 additions and 10 deletions

View File

@@ -8,6 +8,7 @@
<title>cblt-website</title>
</head>
<body>
<div id="background"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>