19 lines
573 B
HTML
19 lines
573 B
HTML
|
|
<div class="col-lg-3 text-center">
|
|
<h3>Information</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="{ROOT_URL}about">About Us</a>
|
|
</li>
|
|
<li>
|
|
<a href="{ROOT_URL}contact">Contact Us</a>
|
|
</li>
|
|
<li>
|
|
<a href="{ROOT_URL}privacy">Privacy Policy</a>
|
|
</li>
|
|
</ul>
|
|
<div class="material-switch" style="margin-top: 25px; margin-bottom: 25px;">
|
|
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle"/>
|
|
<label for="dark-mode-toggle" class="label-default"></label>
|
|
</div>
|
|
</div> |