Mercurial > code > home > repos > href
annotate 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 |
rev | line source |
---|---|
2
80b11112c9e0
web app for query urls like /user and /user/tag+tag
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 meta(name="viewport", content="width=650") |
17
a79279515c84
update select2 to current git
Drew Perttula <drewp@bigasterisk.com>
parents:
10
diff
changeset
|
2 link(rel="stylesheet", href="{{toRoot}}/static/lib/select2/select2.css") |
32 | 3 link(rel="stylesheet", href="{{toRoot}}/static/style.css") |
4 script(type="module", src="https://bigasterisk.com/lib/bigast/v1/loginBar.js") |