-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathshaman.php
More file actions
43 lines (42 loc) · 2.01 KB
/
Copy pathshaman.php
File metadata and controls
43 lines (42 loc) · 2.01 KB
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
<html>
<head>
<title>CraftedRO | Shaman Talents</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="talents/shaman/talent.css" type="text/css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body style="background-color:#30384c" text="#FFFFFF" vlink="#45ACF6" link="#45ACF6" bgcolor="black" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<br>
<center>
<a href="index.html" title="Home"><img src="images/logo.png" alt="logo"></a>
<br>
<div>
<a href="deathknight.php" title="Death Knight"><img src="class-images/class/deathknight.jpg"></a>
<a href="druid.php" title="Druid"><img src="class-images/class/druid.jpg"></a>
<a href="hunter.php" title="Hunter"><img src="class-images/class/hunter.jpg"></a>
<a href="mage.php" title="Mage"><img src="class-images/class/mage.jpg"></a>
<a href="paladin.php" title="Paladin"><img src="class-images/class/paladin.jpg"></a>
<a href="priest.php" title="Priest"><img src="class-images/class/priest.jpg"></a>
<a href="rogue.php" title="Rogue"><img src="class-images/class/rogue.jpg"></a>
<a href="shaman.php" title="Shaman"><img src="class-images/class/shaman.jpg" style="box-shadow: 0 0 5px 1px #8ab4f8;"></a>
<a href="warlock.php" title="Warlock"><img src="class-images/class/warlock.jpg"></a>
<a href="warrior.php" title="Warrior"><img src="class-images/class/warrior.jpg"></a>
</div>
</br>
<div id="replaceMeWithTalents"></div>
</center>
<script>
var pageId = "Shaman";
var variableIsSite = 1;
var theURLtoCopy = "<?php echo 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; ?>";
</script>
<script src="talents/Shaman/detection.js"></script>
<script src="talents/Shaman/variables.js"></script>
<script src="talents/Shaman/functions.js"></script>
<script src="talents/Shaman/data.js"></script>
<script src="talents/Shaman/donotlocalize.js"></script>
<script src="talents/Shaman/localize.js"></script>
<script src="talents/Shaman/arraysFill.js"></script>
<script src="talents/Shaman/printOutTop.js"></script>
</body>
</html>