Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1337225
head.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
head.html
View Options
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html"
charset
=
"UTF-8"
/>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge,chrome=1"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<
link
rel
=
"apple-touch-icon"
sizes
=
"180x180"
href
=
"/favicon/apple-touch-icon.png"
>
<
link
rel
=
"icon"
type
=
"image/png"
sizes
=
"32x32"
href
=
"/favicon/favicon-32x32.png"
>
<
link
rel
=
"icon"
type
=
"image/png"
sizes
=
"16x16"
href
=
"/favicon/favicon-16x16.png"
>
<
link
rel
=
"manifest"
href
=
"/favicon/site.webmanifest"
>
<
link
rel
=
"mask-icon"
href
=
"/favicon/safari-pinned-tab.svg"
color
=
"#5bbad5"
>
<
meta
name
=
"msapplication-TileColor"
content
=
"#da532c"
>
<
meta
name
=
"theme-color"
content
=
"#ffffff"
>
{{ partial "meta" . }}
<
script
>
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
if
(
localStorage
.
getItem
(
'color-theme'
)
===
'dark'
||
(
!
(
'color-theme'
in
localStorage
)
&&
window
.
matchMedia
(
'(prefers-color-scheme: dark)'
).
matches
))
{
document
.
documentElement
.
classList
.
add
(
'dark'
);
}
else
{
document
.
documentElement
.
classList
.
remove
(
'dark'
)
}
</
script
>
{{
$
styles := resources.Get "/css/style.css" | postCSS }}
{{ if .Site.IsServer }}
<
link
rel
=
"stylesheet"
href
=
"{{
$
styles.RelPermalink }}"
/>
{{ else }}
{{
$
styles :=
$
styles | minify | fingerprint | resources.PostProcess }}
<
link
rel
=
"stylesheet"
href
=
"{{
$
styles.RelPermalink }}"
integrity
=
"{{
$
styles.Data.Integrity }}"
/>
{{ end }}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Tue, Apr 21, 00:43 (23 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
703632
Default Alt Text
head.html (1 KB)
Attached To
Mode
rWEB PeakSat Website
Attached
Detach File
Event Timeline
Log In to Comment