-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.htm
More file actions
89 lines (50 loc) · 2.49 KB
/
404.htm
File metadata and controls
89 lines (50 loc) · 2.49 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>404! Page not found - ReadSpike simple news aggregator</title>
<link rel="stylesheet" href="css/ReadSpike.css" type="text/css">
<meta name="viewport" content="width=device-width, maximum-scale=1.0" />
<meta name="author" content="http://blackspike.com">
<meta name="description" content="ReadSpike is a simple collection of the latest and most interesting news from around the web. Always up to date news.">
</head>
<body id="home">
<!-- !HEADER -->
<header class="main-header">
<h1 class="logo-header">ReadSpike simple news aggregator beta v1</h1>
<p class="site-description">ReadSpike is a simple collection of the latest and most interesting news from around the web. Always up to date news.</p>
<form action="https://www.google.com/search" method="get" class="google-search-form">
<input type="text" placeholder="Search google..." name="q" class="google-search-input" />
</form>
</header>
<!-- !ERROR -->
<div style="width:80%; min-height: 400px; text-align: center; margin: 5% auto 0">
<h1 style="font-size: 60px;">404 Page not found :(</h1>
<p style="font-size: 30px;"><a href="/">Click here to go to the home page</a></p>
</div>
<!-- !FOOTER -->
<footer class="page-footer">
<a href="http://blackspike.com/">by blackspike.com</a>
</footer>
<div name="contact" class="contact-form">
<form method="post" class="feedback-form" action="contactengine.php">
<a class='close-contact-form'>×</a>
<h1>Feedback</h1>
<input type="text" name="name" id="name" placeholder="Your name" />
<input type="email" name="email" id="email" placeholder="Your email" required />
<input type="text" placeholder="Your message" name="message" id="message" size="14" required />
<input type="submit" name="submit" value="Send" class="submit-form" />
<p><a href="http://www.twitter.com/readspike">Or get in touch on twitter at <strong>@ReadSpike</strong></a></p>
<div class="result"></div>
</form>
</div>
<a href="#home" class="back-to-top">▲</a>
<a class="show-contact-form">Send feedback</a>
<div class="settings">
<a class="darkSwitch">dark</a>
<a class="lightSwitch">light</a>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="js/ReadSpike.js" type="text/javascript"></script>
</body>
</html>