Skip to content
Snippets Groups Projects
head.pug 619 B
Newer Older
    title CoopStarter
    meta(charset="utf-8")
    script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
    script(type="module" src="https://unpkg.com/@startinblox/core@beta")
    script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
    script(type="module" src="https://unpkg.com/@startinblox/oidc@0.6")
    script(src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous")
    script(src="/scripts/coopstarter.js")
    link(rel="stylesheet" href="/styles/coopstarter.css")