Files
envHelper/index.html
MrSphay 0d4c6e9c82
Some checks failed
Build Windows App / build-windows (push) Has been cancelled
Build EnvHelper desktop app
2026-05-01 12:54:29 +02:00

13 lines
296 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EnvHelper</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>