<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>SIB Notifications - Demo</title>
<script type="module" src="https://unpkg.com/@startinblox/oidc@latest"></script> <sib-auth> <sib-auth-provider class="sib-auth-provider" data-authority="http://127.0.0.1:8000/openid/" data-client_id="464079" data-id="paris" > </sib-auth-provider> </sib-auth>
</head> <body>
<h1>SIB Notifications - Demo</h1>
<h2>Examples</h2> <ul> <li><a href="examples/notifications.html">notifications</a></li> <li><a href="examples/notifications-routing.html">notifications-routing</a></li> </ul>
</body> </html>