Files
weirsoe-party-protocol/lobby/templates/lobby/spa_shell.html
Asger Geel Weirsoee 1aa296c45c
All checks were successful
CI / test-and-quality (push) Successful in 2m17s
CI / test-and-quality (pull_request) Successful in 2m5s
feat(spa): add USE_SPA_UI cutover flag with legacy fallback
2026-03-01 11:14:38 +00:00

13 lines
326 B
HTML

<!doctype html>
<html lang="da">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WPP SPA</title>
</head>
<body>
<app-root data-wpp-shell-route="{{ shell_route }}"></app-root>
<script type="module" src="{{ spa_asset_base }}/main.js"></script>
</body>
</html>