mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
Facelift
+ Light/Dark Mode + Theme Toggle
This commit is contained in:
@@ -1,20 +1,4 @@
|
||||
{{ define "inc/footer.html"}}
|
||||
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
<strong>FreePad</strong> by <a href="https://justkato.me">Kato Twofold</a>.
|
||||
<br>
|
||||
The source code is licensed under the
|
||||
<a href="http://opensource.org/licenses/mit-license.php">MIT</a> License.
|
||||
<br>
|
||||
The project is <b>Free and Open Source</b>, check out our <a href="https://github.com/JustKato/FreePad">Github Repo</a>.
|
||||
<br>
|
||||
Powered by <b>Go</b>phers!
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="/static/js/main.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.1.3/dist/js/darkmode.min.js"></script>
|
||||
<script src="/static/js/main.js"></script>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user