-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
49 lines (48 loc) · 1.56 KB
/
404.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404</title>
<link href="/css/style.css?version=1" rel="stylesheet" type="text/css" media="all">
<link href="/css/404.css?version=1" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class="main-container">
<div class="main-window">
<div class="subwindow" id="main-image">
<div class="page-image" id="fourohfour-img">
</div>
</div>
<div class="subwindow" id="left-sidebar">
<div class="nav-row">
<a class="navbutton" href="/index.html">
<img src="/img/icons/computer_recolor.png"></img>
</a>
<a class="navbutton" href="/radio.html">
<img src="/img/icons/cd_audio_recolor.png"></img>
</a>
</div>
<div class="nav-row">
<a class="navbutton" href="/contact.html">
<img src="/img/icons/envelope_closed_recolor.png"></img>
</a>
<a class="navbutton" href="/explore/explore.html">
<img src="/img/icons/globe_map_recolor.png"></img>
</a>
</div>
</div>
<div class="subwindow" id="text-box">
<div class="text-container">
<p class="speaker-text">Panda</p>
<p class="dialog-text">
Oh no, it looks like we're lost...
Maybe try going back?
</p>
</div>
</div>
<div class="subwindow" id="right-sidebar" style="background-image: url(img/holo/HoloSadBGTransparent.png);"></div>
</div>
</div>
</body>
</html>