Skip to content
Snippets Groups Projects
Verified Commit bc2132f6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

add preload tags

parent 270ed93a
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,11 @@ html(lang="en")
meta(name="theme-color" content="#0a70c0")
meta(name="msapplication-navbutton-color" content="#0a70c0")
meta(name="apple-mobile-web-app-status-bar-style" content="#0a70c0")
link(rel="preload" as="script" href="/assets/js/intersectionobserver.min.js")
link(rel="preload" as="font" href="/assets/fonts/icons.woff2")
link(rel="preload" as="font" href="/assets/fonts/Lato-Regular.woff2")
link(rel="preload" as="font" href="/assets/fonts/Lato-Bold.woff2")
style
include /assets/css/important.min.css
......@@ -124,4 +129,4 @@ html(lang="en")
script(src="/assets/js/intersectionobserver.min.js")
script
include /assets/js/script.js
\ No newline at end of file
include /assets/js/script.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment