You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Game/www/pages/inventory.html

33 lines
1.0 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="inventory">
<div class="navbar">
<div class="navbar-inner">
<div class="title"><i class="game-icon game-icon-light-backpack"></i> Items</div>
</div>
</div>
<div class="page-content">
<div class="block">
<div class="row justify-content-center" id="item-bin">
<div class="col text-align-center padding-top" id="bag-preloader">
<div class="preloader color-green"></div>
<br />
<h3>Opening bag...</h3>
</div>
</div>
</div>
</div>
<div class="fab fab-center-bottom">
<a href="#" class="back">
<i class="fas fa-2x fa-times"></i>
</a>
</div>
<script src="js/inventory.js"></script>
</div>