Skip to content
Snippets Groups Projects
Select Git revision
  • 40e5c1293489b1cc43809ec6d8dd5c945c8804a6
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

index.html.ejs

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>