-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
42 lines (35 loc) · 1.31 KB
/
404.html
File metadata and controls
42 lines (35 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>404 | dx3 studios</title>
<link rel="shortcut icon" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<style type="text/css"></style></head>
<body>
<div id="site">
<div id="side-bar">
<a href="/"><img src="/images/dx3-logo.png" width="150px" id="site-logo"></a>
<ul class="side-nav">
<li class="desktop-only"><a href="/">posts</a></li>
<li><a href="/apps-and-games">apps & games</a></li>
<li><a href="/about">about</a></li>
</ul>
<div class="contact">
<a href="https://twitter.com/dx3droid" title="@dx3droid" target="_blank"><img src="/images/twitter-40.png" alt="@dx3droid"/></a>
</div>
</div>
<div id="content">
<p id="notfound">Oh no! That page seems to be missing :(</p>
<div id="footer">
<img src="/images/android-404.png">
<p>© dx3 studios</p>
</div>
</div>
</div>
</body></html>