-
Notifications
You must be signed in to change notification settings - Fork 0
/
druid.html
71 lines (63 loc) · 2.96 KB
/
druid.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
<html>
<head>
<title>Duskhaven | Druid Talents</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="talents/Druid/talent.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body text="#FFFFFF" vlink="#45ACF6" link="#45ACF6" bgcolor="black" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<center>
<div class="main">
<a href="./index.html" title="Home"><img src="images/logo.png" alt="logo" style="width: 45%;"></a>
<br><br>
<div>
<a href="deathknight.html"><img src="talents/class-images/class/deathknight.jpg"></a>
<a href="druid.html"><img src="talents/class-images/class/druid.jpg" style="box-shadow: 0 0 5px 1px #8ab4f8;"></a>
<a href="hunter.html"><img src="talents/class-images/class/hunter.jpg"></a>
<a href="mage.html"><img src="talents/class-images/class/mage.jpg"></a>
<a href="paladin.html"><img src="talents/class-images/class/paladin.jpg"></a>
<a href="priest.html"><img src="talents/class-images/class/priest.jpg"></a>
<a href="rogue.html"><img src="talents/class-images/class/rogue.jpg"></a>
<a href="shaman.html"><img src="talents/class-images/class/shaman.jpg"></a>
<a href="warlock.html"><img src="talents/class-images/class/warlock.jpg"></a>
<a href="warrior.html"><img src="talents/class-images/class/warrior.jpg"></a>
</div>
</br>
<div id="replaceMeWithTalents"></div>
<script>
function copyURL() {
// Get the text inside the span element
const span = document.getElementById("copyURL");
const text = span.innerText;
// Create a temporary textarea element and set its value to the text to copy
const textarea = document.createElement("textarea");
textarea.value = "https://belsethuwu.github.io/druid.html?tal="+text;
// Append the textarea element to the document
document.body.appendChild(textarea);
// Select the text inside the textarea
textarea.select();
// Copy the selected text to the clipboard
document.execCommand("copy");
// Remove the textarea element from the document
document.body.removeChild(textarea);
// Alert the user that the URL has been copied
alert("URL copied to clipboard!");
}
</script>
</center>
<script type="text/javascript">
var pageId = "Druid";
var variableIsSite = 1;
var theURLtoCopy = "belsethuwu.github.io/druid.html";
</script>
<script type="text/javascript" src="talents/Druid/detection.js"></script>
<script type="text/javascript" src="talents/Druid/variables.js"></script>
<script type="text/javascript" src="talents/Druid/functions.js"></script>
<script type="text/javascript" src="talents/Druid/data.js"></script>
<script type="text/javascript" src="talents/Druid/donotlocalize.js"></script>
<script type="text/javascript" src="talents/Druid/localize.js"></script>
<script type="text/javascript" src="talents/Druid/arraysFill.js"></script>
<script type="text/javascript" src="talents/Druid/printOutTop.js"></script>
</div>
</body>
</html>