This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
3v3.php
40 lines (34 loc) · 1.96 KB
/
3v3.php
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<?php include 'head.php' ?>
</head>
<body class="jungle">
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div role="main">
<h1 class="ir logo">League of Legends Timers</h1>
<div class="map jungle">
<img src="img/jungle.jpg" class="bg" alt="" title="" />
<div class="sound-control"></div>
<div id="jvilemaw" class="cd vilemaw" attr-cd="vilemaw"></div>
<div id="heal" class="cd heal" attr-cd="heal"></div>
<div id="tjgolems" class="cd golems" attr-cd="golems"></div>
<div id="bjgolems" class="cd golems" attr-cd="golems"></div>
<div id="bjwolves" class="cd wolves" attr-cd="wolves"></div>
<div id="tjwolves" class="cd wolves" attr-cd="wolves"></div>
<div id="bjwraiths" class="cd wraiths" attr-cd="wraiths"></div>
<div id="tjwraiths" class="cd wraiths" attr-cd="wraiths"></div>
<div id="jchaostower1" class="cd chaostower" attr-cd="chaostower"></div>
<div id="jchaostower2" class="cd chaostower" attr-cd="chaostower"></div>
<div id="jchaostower3" class="cd chaostower" attr-cd="altar"></div>
<div id="jordertower1" class="cd ordertower" attr-cd="ordertower"></div>
<div id="jordertower2" class="cd ordertower" attr-cd="ordertower"></div>
<div id="jordertower3" class="cd ordertower" attr-cd="altar"></div>
</div>
</div>
<?php include 'footer.php' ?>
</body>
</html>