Skip to content

Commit 3c8daa6

Browse files
committed
Added custom 404 error page
1 parent 07ec2ce commit 3c8daa6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

templates/404.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
font-size: 10rem;
1414
color: #f66d2c;
1515
text-shadow:
16-
1px 1px 1px #00593E,
17-
2px 2px 1px #00593E,
18-
3px 3px 1px #00593E,
19-
4px 4px 1px #00593E,
20-
5px 5px 1px #00593E,
21-
6px 6px 1px #00593E,
22-
7px 7px 1px #00593E,
23-
8px 8px 1px #00593E
16+
1px 1px 1px #000,
17+
2px 2px 1px #000,
18+
3px 3px 1px #000,
19+
4px 4px 1px #000,
20+
5px 5px 1px #000,
21+
6px 6px 1px #000,
22+
7px 7px 1px #000,
23+
8px 8px 1px #000;
2424
}
2525
.page{
2626
margin-bottom: 1rem;
@@ -37,7 +37,7 @@
3737
<div class="section text-center">
3838
<h1 class="error">404</h1>
3939
<h2 style="margin:0px">Page Not Found!</h2>
40-
<div class="page">Sorry. &#9785; The page you are looking for doesn't exist.</div>
40+
<div class="page">Sorry. The page you are looking for doesn't exist.</div>
4141
<a class="btn text-white" href="https://opensource.creativecommons.org/" style="background-color:#f66d2c">Return Home</a>
4242
<a class="btn text-white" href="https://creativecommons.org/about/contact/" style="background-color:#f66d2c">Contact Us</a>
4343
</div>

0 commit comments

Comments
 (0)