Skip to content

Commit abda517

Browse files
committed
add: 404 page handler
1 parent d1754c9 commit abda517

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

404.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Just Cause Multiplayer</title>
7+
<link href="/style/main.css" rel="stylesheet" type="text/css" media="all"/>
8+
</head>
9+
10+
<body id="body">
11+
<div id="cycler">
12+
<div id="fader">
13+
<img src="/img/backgrounds/bg9.jpg" alt="A view across the flower field. Sunlight fills the clouds with warm colors, producing a delightful sky. Numerous trees and a distant road, with a fallen over billboard, span the horizon" style="position: absolute; top: 0px; left: 50%; display: inline; margin-left: -1000px;">
14+
</div>
15+
16+
<div class="main">
17+
<header class="header" style="justify-content: center;">
18+
<a class="logo" href="/">Just Cause Multiplayer</a>
19+
</header>
20+
</div>
21+
22+
<div class="wrapper2">
23+
<div class="intro" style="display: flex; flex-direction: column; justify-content: center;">
24+
<h1>Page not found</h1>
25+
26+
<p><a href="/" style="color: #CA4349;">Click here</a> to be redirected to the home page.</p>
27+
</div>
28+
</div>
29+
30+
<div class="spacer"></div>
31+
<div class="spacer"></div>
32+
<div class="spacer"></div>
33+
<div class="spacer"></div>
34+
35+
<footer>
36+
Just Cause 2 &copy; 2010 Square Enix Ltd. JUST CAUSE and the JUST CAUSE 2 logo are registered trademarks or trademarks of Square Enix Ltd and are used with permission. Graphical representations of the Game reproduced with the permission of the copyright owner. This website is not operated by Square Enix Ltd and Square Enix Ltd accepts no responsibility or liability for the content available or views expressed hereon, which are the sole responsibility of the website operator.
37+
</footer>
38+
</div>
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)