-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
50 lines (47 loc) · 1.8 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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PAYDAY 2 - Revamped Skill Tree Builder</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="jquery-2.2.0.min.js"></script>
<script type="text/javascript" src="queryString.js"></script>
<script type="text/javascript" src="tree.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="main">
<h1 id="site-title">PAYDAY 2 Revamped Skill Tree Builder</h1>
<span class="alert big">Note: <a href="http://beta.pd2skills.com/">PD2Skills.com has been updated with beta skills</a>.</span>
<span class="alert">It is more feature rich than this app, so I recommend you use that instead. Thank you to everyone that enjoyed this app before then! - Jacob Fischer</span>
<div id="build-name-wrapper">
<input type="text" id="build-name" value="Loading..." title="Click to edit build name"></input>
</div>
<div id="builder">
<div id="info-pane">
<div id="build-overview-link">Build Overview</div>
<div>
Total Points: <span id="points"></span>/<span id="max-points">X</span><span id="points-message"></span>
</div>
<div id="reset-build">Reset Build</div>
<ul id="trees-list">
</ul>
</div>
<div id="build-overview">
<table>
</table>
</div>
<div id="current-subtree">
</div>
</div>
<footer>
<span id="by-line">
By <a href="https://github.com/JacobFischer/PAYDAY2-Skill-Tree-Revamp-Builder">Jacob Fischer</a>
</span>
</footer>
</div>
</body>
</html>