tekkub / loot

Loot upgrade app built on jQuery and Sinatra

This URL has Read+Write access

loot / index.html
100644 18 lines (15 sloc) 0.437 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
---
 
<div id="site_container">
  <label>Armory URL:</label>
  <input id="armory_url" value="http://www.wowarmory.com/character-sheet.xml?r=Area+52&cn=Beardyhead&gn=Rebels+Alliance" /><br />
  <label>Class/spec:</label>
  <select id="spec">
    <option selected="true">Loading spec data...</option>
  </select>
  <input id="armory_submit" type="submit" />
  <span id="flash"></span>
 
  <div id="loot">
  </div>
</div>