Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight

This commit is contained in:
Jannis Heydemann
2026-04-30 12:30:54 +02:00
parent 23d5a75891
commit e72f8a4f1f
104 changed files with 8799 additions and 35 deletions

View File

@@ -0,0 +1,14 @@
---
import "../../src/styles/global.css";
---
<div class="bg-[#1d1d1fbf] text-white p-5 flex gap-5 justify-between">
<div id="leftButtons" class="flex gap-2">
<div>hi</div>
<div>hi</div>
</div>
<div id="rightButtons" class="flex gap-2">
<div>hi</div>
<div>hi</div>
</div>
</div>