This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
App/platforms/browser/www/screens/inventory.html

10 lines
170 B
HTML
Raw Normal View History

2016-04-12 17:33:37 -06:00
<div class="scrollable-box">
2016-07-04 15:43:59 -06:00
<div class="list-group" id="inventory-list">
</div>
</div>
<script>
function loadinventory() {
}
</script>