mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-05 05:16:04 +02:00
16 lines
355 B
HTML
16 lines
355 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/account_circle-24px.svg"}}"
|
|
/>
|
|
{{end}}
|