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/settings.html

28 lines
786 B
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="settings">
<div class="navbar">
<div class="navbar-inner">
<div class="title"><i class="fas fa-cog"></i> Settings</div>
</div>
</div>
<div class="page-content">
<div class="block">
<div class="row justify-content-center" id="settings-bin">
</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/settings.js"></script>
</div>