FreePad/dist/templates/inc/footer.html

20 lines
646 B
HTML
Raw Normal View History

2022-05-15 20:40:22 +03:00
{{ 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>
2022-05-15 19:01:29 +03:00
</footer>
2022-05-15 20:40:22 +03:00
<script src="/static/js/main.js"></script>
2022-05-15 19:01:29 +03:00
{{ end }}