Add link to sourcecode.

This commit is contained in:
tastytea 2020-10-14 11:11:48 +02:00
parent f02c3e4bc3
commit 454ab18108
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,10 @@
{
font-style: italic;
}
p.footer
{
text-align: right;
}
</style>
</head>
<body>
@ -68,5 +72,10 @@
<input type="submit">
</form>
<p class="footer">
<a href="https://schlomp.space/FediBlock">Sourcecode</a> licensed under the
<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-only</a>.
</p>
</body>
</html>