-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdebug.html
More file actions
29 lines (27 loc) · 887 Bytes
/
debug.html
File metadata and controls
29 lines (27 loc) · 887 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>Wildstar Armory</title>
<script src="js/armory.js"></script>
<script>initIndex();</script>
<link href="css/armory.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<h1>Wildstar Armory</h1>
</header>
<section id="main">
<p>
<textarea id="data" rows="8" cols="64" autofocus></textarea>
<br/>
<button onclick="viewItems()">Load</button>
</p>
</section>
<footer>
<p id="download"><a id="project" href="http://curse.com/project/225711">Download</a> the Wildstar addon on <a id="curse" href="http://curse.com/">curse.com</a></p>
<!--- <p id="jabbit">This project is using <a href="http://www.jabbithole.com/">Jabbithole</a>'s tooltips API (<a href="http://www.jabbithole.com/pages/tooltips">more</a>)</p> --->
</footer>
</body>
</html>