mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-15 19:29:33 +01:00
* moveBackend * added Frontend * added env support for COM port * added frontend into monorepo
13 lines
302 B
HTML
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>
|