-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
65 lines (56 loc) · 3.36 KB
/
404.html
File metadata and controls
65 lines (56 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Meta
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>code @ SEKCC | 404</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="images/favicon.png">
<meta name="og:image" content="images/favicon.png">
<meta name="og:title" content="code @ SEKCC">
<meta name="twitter:title" content="code @ SEKCC">
<meta name="og:description" content="SEK-Ciudalcampo's Coding Club">
<meta name="twitter:description" content="SEK-Ciudalcampo's Coding Club">
<meta name="description" content="SEK-Ciudalcampo's Coding Club">
<!-- Mobile Handling
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,600,600i" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container animated fadeIn main-content">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>oops! <span style="opacity: 0.5">aka 404</span></h4>
<p>It looks that the page you are looking for doesn't exist...</p>
<img style="margin-bottom: 1em" src="https://media.giphy.com/media/l3E6IBxznhuBDfo5i/giphy.gif" alt="Error" width="50%">
<p><em>Psst: Remember that you can always <a href="#" onclick="window.history.back()">go back</a></em>.</p>
</div>
</div>
</div>
<footer>
<div class="container">Released under the <a href="http://margobra8.ml/legal/license">MIT License</a>. SEK-Ciudalcampo, <script type="text/javascript">document.write(new Date().getFullYear());</script>. <a href="contact.html">Contact</a>
</div>
</footer>
<!-- Clicky Analytics
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="http://static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(101026573); }catch(e){}</script>
<!-- EOF
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>