diff options
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/404.html b/templates/404.html index 1d544f8..eade0f9 100644 --- a/templates/404.html +++ b/templates/404.html @@ -28,10 +28,11 @@ <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> </main> <footer> - Licensed under + Content is <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" >CC BY 4.0</a - > + >. <a href="https://git.alanpearce.eu/website/">Site source code</a> is + <a href="https://opensource.org/licenses/MIT">MIT</a> </footer> </body> </html> |