30 lines
		
	
	
		
			890 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			890 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="row no-gap justify-content-center">
 | 
						|
            <div class="list no-hairlines tablet-inset col-100 tablet-75 desktop-50">
 | 
						|
                <ul id="settings-bin">
 | 
						|
                </ul>
 | 
						|
            </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> |