Files
schafkopf-bot/Frontend/index.html
Valentin Heiserer 09c38c81dd Mono Repo
* moveBackend

* added Frontend

* added env support for COM port

* added frontend into monorepo
2024-04-16 22:24:11 +02:00

13 lines
302 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vite + Vue + TS</title>
</head>
<body class="bg-zinc-800">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>