Files
weirsoe-party-protocol/lobby/templates/lobby/spa_shell.html

14 lines
427 B
HTML

<!doctype html>
<html lang="da">
<head>
<meta charset="utf-8">
<title>WPP SPA Shell</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ spa_asset_base }}/styles.css">
</head>
<body data-wpp-shell-route="{{ shell_route }}">
<app-root>Indlæser Angular app-shell…</app-root>
<script src="{{ spa_asset_base }}/main.js" type="module"></script>
</body>
</html>