Fixed 404 error page theme when javascript not deactivated
This commit is contained in:
parent
9e728e8f5b
commit
fb9e4ffd7d
1 changed files with 1 additions and 3 deletions
|
@ -1,14 +1,12 @@
|
||||||
{{ $title := "Page Not Found" }}
|
{{ $title := "Page Not Found" }}
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html class="black-theme" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" href="/static/favicon.ico">
|
<link rel="icon" href="/static/favicon.ico">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{ $base := resources.Get "base.css" -}}
|
{{ $base := resources.Get "base.css" -}}
|
||||||
{{- $code := resources.Get "code.css" -}}
|
{{- $code := resources.Get "code.css" -}}
|
||||||
{{- $footer := resources.Get "footer.css" -}}
|
{{- $footer := resources.Get "footer.css" -}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue