diff options
author | crupest <crupest@outlook.com> | 2022-12-01 14:52:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-01 14:52:26 +0800 |
commit | 53f20677e4a3d07995aabefe844adeacfa71bc86 (patch) | |
tree | 9c7699f6f2db63ae32d18bd027a2e5b2dd8a4691 /docker | |
parent | deec779f709b7a8bc09726168f5e9a718a331c7d (diff) | |
download | crupest-53f20677e4a3d07995aabefe844adeacfa71bc86.tar.gz crupest-53f20677e4a3d07995aabefe844adeacfa71bc86.tar.bz2 crupest-53f20677e4a3d07995aabefe844adeacfa71bc86.zip |
Update license footer.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 1bfdee7..9eaeace 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -51,7 +51,13 @@ </ul> <footer> <p>That's all of me. Contact me if you have any problems.</p> - <p>© 2022 crupest under <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0 License</a></p> + <p>© 2022 crupest</p> + <p> + <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" + style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is + licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/">Creative Commons + Attribution-NonCommercial 4.0 International License</a>. + </p> </footer> </article> <script type="module" src="/src/main.js"></script> |