Files
tischlerCtrl/uiserver/public/index.html
sebseb7 94a435c6f6 u
2025-12-26 00:32:04 +01:00

23 lines
438 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CTRL Freak</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>