13 lines
326 B
HTML
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>
|