-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
82 lines (69 loc) · 3.8 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
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
<html>
<head>
<meta name="title" content="HL2DM University">
<meta name="description" content="HL2DMU was founded in December of 2006 to help strengthen the Half-Life 2 Deathmatch community.">
<meta name="keywords" content="hl2dm,hl2mp,deathmatch,university,community,half-life,hl2,guides,help">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<title>404 - HL2DM University</title>
<script type="text/javascript" src="style/menu.js">
/***********************************************
* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<link rel="stylesheet" type="text/css" href="style/hl2dmu.css" media="all">
<link rel="icon" type="image/x-icon" href="img/favicon-new.ico">
</head>
<body>
<table align="center" bgcolor="#FFFFFF" cellspacing="0" cellpadding="20" border="0" width="900">
<tbody>
<tr>
<td>
<a href="https://discord.hl2dm.community" target="_blank"><img align="right" alt="Discord" src="https://img.shields.io/discord/600698057885220896?style=plastic&logo=discord&logoColor=white&label=%20&color=darkgreen"></a>
<img width="100%" src="img/banner-new.png">
</td>
</tr>
<tr>
<td>
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="index.html">Home</a></li>-
<li><a href="mission.html">About</a></li>-
<li><a href="#" rel="dropmenu1">Curriculum</a></li>-
<li><a href="forum.html">Forum</a></li>-
<li><a href="https://www.youtube.com/@hl2dmuniversity/videos" target="_blank">Frag Videos</a></li>-
<li><a href="crosshairs.html">Crosshairs</a></li>
</ul>
</div>
<div id="dropmenu1" class="dropmenudiv" style="width: 200px;">
<a indepth="true" href="hl2dm_101.html">101: Introduction to HL2DM</a>
<a indepth="true" href="hl2dm_102.html">102: Setup and Configuration</a>
<a indepth="true" href="hl2dm_103.html">103: Fundamental Skills</a>
<a indepth="true" href="hl2dm_201.html">201: Advanced Techniques</a>
<a indepth="true" href="hl2dm_202.html">202: Advanced Movement</a>
<a indepth="true" href="hl2dm_301.html">301: Introduction to 1vs1 Strategy</a>
<a indepth="true" href="hl2dm_302.html">302: Introduction to Teamplay</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
</td>
</tr>
<tr>
<td>
<h2>Error 404</h2>
<p>The requested page was not found. <a href="index.html">Return home.</a></p>
<br><br><br><br><br><br><br><br>
<img src="img/divider.gif">
<div class="footer">
<span class="footer-copyleft">©</span> all contributors 2006 — <script type="text/javascript">document.write( new Date().getFullYear() );</script>. <a href="disclaimer.html">Disclaimer</a>.
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>