forked from klovien/klovien.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
39 lines (35 loc) · 1.15 KB
/
404.html
File metadata and controls
39 lines (35 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
description: "你来到了没有知识的荒原 🙊"
header-img: "img/404-bg.jpg"
permalink: /404.html
---
<!-- Page Header -->
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading" id="tag-heading">
<h1>404</h1>
<span class="subheading">{{ page.description }}</span>
</div>
</div>
</div>
</div>
<style>
.intro-header #tag-heading.site-heading {
background: url(https://abs.twimg.com/errors/ErrorState_NotFound.png) !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
#tag-heading.site-heading h1 {
text-shadow: 0 0 10px rgb(211 11 11 / 80%), 0 0 20px rgb(14 9 235 / 40%) !important;
}
#tag-heading.site-heading span {
text-shadow: 0 0 10px rgb(255 0 0 / 80%), 0 0 20px rgb(255 0 174 / 50%), 0 0 40px #f93ba4 !important;
}
</style>
</header>
<script>
document.body.classList.add('page-fullscreen');
</script>