This commit is contained in:
sebseb7
2025-12-25 00:08:05 +01:00
parent 1f3292bc17
commit 077e76735e
15 changed files with 9311 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TischlerCtrl UI</title>
<style>
body {
margin: 0;
padding: 0;
background: #282828;
color: #ebdbb2;
font-family: Roboto, sans-serif;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>