This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (53 loc) · 3.06 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>#ntnugangstaz @ EFnet</title>
<meta charset='UTF-8'>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css" type="text/css">
<script src="js/jquery-1.5.1.min.js" type="text/javascript"></script>
<script src="js/custom.js" type="text/javascript"></script>
<!--[if lte IE 8]>
<link rel="stylesheet" href="ie_old.css" type="text/css">
<![endif]-->
</head>
<body>
<div id="bar">
<!--[if lte IE 8]>
<div id="ie">
Warning! You are using a browser with reduced CSS3 functionality.
</div>
<![endif]-->
</div>
<div id="content">
<div id="header">
<h1>ntnugangstaz.com</h1>
</div>
<div id="nav">
<a href="http://wiki.ntnugangstaz.com/">Wiki</a> | <a href="http://stats.ntnugangstaz.com/">Statz</a>
</div>
<div id="toggleButton">Click to show videos [+]</div>
<div id="toggleContent">
<div class="video">
<iframe title="YouTube video player" width="640" height="510" src="http://www.youtube.com/embed/0-x6R0mKzII" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video"><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/UOa4tXG4EQo?fs=1&hl=nb_NO"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UOa4tXG4EQo?fs=1&hl=nb_NO" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></div>
<div class="video"><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/SUX9ja5ZY6M?fs=1&hl=nb_NO"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SUX9ja5ZY6M?fs=1&hl=nb_NO" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></div>
<div class="video"><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/XGK84Poeynk?fs=1&hl=nb_NO"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XGK84Poeynk?fs=1&hl=nb_NO" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></div>
<div class="video">
<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/ibPCLMH1NM4" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video">
<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/9QS0q3mGPGg" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video">
<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/DHseWNr7iKk" frameborder="0" allowfullscreen></iframe>
</div>
</div><!-- End togglecontent-thingy -->
<div id="footer">
© 2010-2011 #ntnugangstaz @ EFnet<br>
Designed by <a href="http://digitalkreatives.net/">DigitalKreatives</a>
</div>
</div>
</body>
</html>