forked from philippejlyu/Programming-Club-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
51 lines (40 loc) · 1.33 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
50
51
<!DOCTYPE html>
<html>
<head>
<title>BMSS Programming Club</title>
<link rel="stylesheet" type="text/css" href="style404.css">
<link rel="shortcut icon" type="image/png" href="./Images/Favicon.png">
</head>
<body>
<div class="navigation">
<center>
<ul>
<li><a href="about.html" class="button">About</a></li>
<li><a href="learn.html" class="button">Learn programming</a></li>
<li><a href="index.html" class="button">Home</a></li>
<div id="title">
<li><a href="index.html" class="logo"><img src="./Images/Club-Logo.png" alt:"BMSS Programming Club" height="55"></a></li>
</div>
</ul>
</center>
</div>
<div class="emptySpace"></div>
<div class="lostMessage">
<center>
<img src="./Images/SkiMask-Hacker.png" width="600">
<h1>404</h1>
<h3>Are you trying to get somewhere important? Why don't you start <a href="index.html">here</a></h3>
</center>
</div>
<div class="footer">
<div class="footerContent">
<center>
<h3>Tuesday at Lunch @ Room 319<br><a href="https://github.com/philippejlyu/Programming-Club-Website">Fork me on Github</a></h3>
</center>
<center>
<h5><a href="index.html">Home</a> <a href="learn.html">Learn Programming</a> <a href="about.html">About</a></h5>
</div>
</div>
</body>
</body>
</html>