Skip to content
Snippets Groups Projects
index.html 665 B
Newer Older
Reiter, Christoph's avatar
Reiter, Christoph committed
<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <style>
        :root {
            font-family: sans-serif;
Reiter, Christoph's avatar
Reiter, Christoph committed
        }
    </style>

    <script type="module" src="/dbp-app-shell.js"></script>
Reiter, Christoph's avatar
Reiter, Christoph committed
</head>

<body>

<dbp-app-shell keycloak-config='{"url": "https://auth-dev.tugraz.at/auth", "realm": "tugraz", "clientId": "auth-dev-mw-frontend-local", "silentCheckSsoRedirectUri": "/silent-check-sso.html"}' src="/example.topic.metadata.json"></dbp-app-shell>
Reiter, Christoph's avatar
Reiter, Christoph committed

</body>
</html>