add 404 page
This commit is contained in:
parent
438fac10ba
commit
365701eebd
1 changed files with 20 additions and 0 deletions
20
assets/404.html
Normal file
20
assets/404.html
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>Flurry - OOPS</title>
|
||||||
|
<link href="/style.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div>
|
||||||
|
<h1>Oops</h1>
|
||||||
|
<p>it seems like the page you were trying to get does not exist,
|
||||||
|
that's sad. But maybe you can find it again from the homepage?</p>
|
||||||
|
<a href="/">go to the homepage</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue