Files
LuaMicroservices/frontend/public/index.html
Christian van Dijk a6daab7961
Some checks failed
CI / Lint (push) Successful in 21s
CI / Helm Lint (push) Successful in 5s
CI / Build (push) Failing after 43s
CI / Test (push) Has been skipped
🧱 update CI workflow and remove alpinejs frontend files
2026-02-23 15:46:31 +01:00

15 lines
392 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Handheld Emulation Devices Manager</title>
<link rel="stylesheet" href="style.css" />
<script src="config.js"></script>
<script src="main.js" defer></script>
<script src="alpine.min.js" defer></script>
</head>
<body>
</body>
</html>