diff options
Diffstat (limited to 'www/dice')
| -rw-r--r-- | www/dice/index.html | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/www/dice/index.html b/www/dice/index.html index 10dcd84..ead129d 100644 --- a/www/dice/index.html +++ b/www/dice/index.html @@ -59,6 +59,13 @@    <article class='footer'>      <i>This page uses basic javascript. Nothing external.</i>    </article> +  <div id='copyright'> +    <small>© 2023 senders dot io - <a rel= +    "license external noopener noreferrer" +       target="_blank" +       href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> +       unless otherwise noted.</small> +  </div>    <script>        var numRolls = 0;  |