diff options
Diffstat (limited to 'templates/error.html')
| -rwxr-xr-x | templates/error.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html index 723fa19..5726ce9 100755 --- a/templates/error.html +++ b/templates/error.html @@ -20,5 +20,8 @@ <h1>{{.Code}} {{.Message}}</h1> </center> </div> + <footer class="LicenseFooter"> + <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The code for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p> + </footer> </body> </html> |
