feat: refactored front end

This commit is contained in:
Pierre Tellier
2025-02-04 15:18:59 +01:00
parent 8674625bb4
commit 3619e6684e
33 changed files with 4067 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -0,0 +1,8 @@
<!doctype html>
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>