mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-24 00:00:46 +02:00
+ Restructuring!
This commit is contained in:
20
dist/templates/inc/footer.html
vendored
Normal file
20
dist/templates/inc/footer.html
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{{ 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>
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user