diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 15:06:12 +0800 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 15:06:12 +0800 |
commit | d342833557cc5b043cbb0dfbfcd0a7607d92a744 (patch) | |
tree | e8c011422816c09b277884406e32d18391af7daa /microblog | |
parent | b016277b6e51be11b10086d6d127dd9da6d0b262 (diff) | |
download | www-d342833557cc5b043cbb0dfbfcd0a7607d92a744.tar.gz |
Public-domain footer on every page
Diffstat (limited to 'microblog')
-rw-r--r-- | microblog/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/microblog/index.html b/microblog/index.html index 55216b8..0e6e836 100644 --- a/microblog/index.html +++ b/microblog/index.html @@ -60,6 +60,7 @@ <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</a></p> + <p>Unless otherwise specified with the “<span class="copyright">copyright</span>” HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> </div> </body> </html> |