-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree.html
More file actions
42 lines (37 loc) · 1 KB
/
tree.html
File metadata and controls
42 lines (37 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
<script type="text/javascript" src="js/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="js/modernizr-latest.js" charset="utf-8"></script>
<script type="text/javascript" src="js/sentinel.js" charset="utf-8"></script>
<script type="text/javascript" src="js/swtor-tree.js" charset="utf-8"></script>
<title>SW:tOR</title>
</head>
<body>
<header>
<nav>
<ul>
<li></li>
</ul>
</nav>
</header>
<article id="build">
<section class="tree">
<div id="skill-id" class="skill clickable rank-0 no-link">
<div id="skill-description-id" class="skil-description" >
</div>
<div id="skill-level-id">
<span class="current">
</div>
</div>
</section>
<section class="tree">
</section>
<section class="tree">
</section>
</article>
</body>
</html>