comparison template/head.jade.mustache @ 32:c23acc88324b

client-side loginbar
author drewp@bigasterisk.com
date Sat, 21 Aug 2021 14:24:09 -0700
parents a79279515c84
children
comparison
equal deleted inserted replaced
31:9fd62089fbf3 32:c23acc88324b
1 meta(name="viewport", content="width=650") 1 meta(name="viewport", content="width=650")
2 link(rel="stylesheet", href="{{toRoot}}/static/lib/select2/select2.css") 2 link(rel="stylesheet", href="{{toRoot}}/static/lib/select2/select2.css")
3 link(rel="stylesheet", href="{{toRoot}}/static/style.css") 3 link(rel="stylesheet", href="{{toRoot}}/static/style.css")
4 script(type="module", src="https://bigasterisk.com/lib/bigast/v1/loginBar.js")