Files
12IT_Lernfeld12_2026/Abgabe_Kupper/my-electron-app/renderer/dist/index.html
T
2025-12-05 09:15:21 +01:00

12 lines
199 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Electron + Rspack</title>
</head>
<body>
<div id="root"></div>
<script src="bundle.js"></script>
</body>
</html>