mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 09:56:31 +02:00
- rename "dashboard" to userinfo to avoid confusion - don't leak version from error page. - fix typo in state.go - make statik determenistic on modtime Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
5 lines
328 B
HTML
5 lines
328 B
HTML
{{define "header.html"}}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" type="text/css" href="{{dataURL "/.pomerium/assets/style/main.css"}}"/>
|
|
<link rel="icon" type="image/png" href="{{dataURL "/.pomerium/assets/img/logo-only.svg"}}" />
|
|
{{end}}
|