Skip to content
Snippets Groups Projects
Select Git revision
  • 4dccb07b1a459fc5b137c04274da8eb61bd64d4e
  • main default
  • feature/android_client
  • private/mw/android-client
4 results

netcode.proto

Blame
  • index.html.ejs 430 B
    <!doctype html>
    <html>
    <head>
        <meta charset="UTF-8">
        <script type="module" src="dbp-matomo-demo.js"></script>
    </head>
    
    <body>
    
    <dbp-matomo-demo lang="de" matomo-url="<%= matomoUrl %>" matomo-site-id="<%= matomoSiteId %>"></dbp-matomo-demo>
    
    <p>version: <span style="color: white; background-color: black;"><%= buildInfo.info %></span></p>
    <p>Matomo: url: <%= matomoUrl %>, site-id: <%= matomoSiteId %></p>
    </body>
    </html>