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 /school | |
parent | b016277b6e51be11b10086d6d127dd9da6d0b262 (diff) | |
download | www-d342833557cc5b043cbb0dfbfcd0a7607d92a744.tar.gz |
Public-domain footer on every page
Diffstat (limited to 'school')
-rw-r--r-- | school/contact.html | 1 | ||||
-rw-r--r-- | school/index.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/school/contact.html b/school/contact.html index ac7eda0..e2a79e1 100644 --- a/school/contact.html +++ b/school/contact.html @@ -20,6 +20,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> diff --git a/school/index.html b/school/index.html index 6bcbddf..70dd211 100644 --- a/school/index.html +++ b/school/index.html @@ -12,12 +12,13 @@ <hr /> <ul> <li><a href="/article/purple-hibiscus.html">Random thoughts on Purple Hibiscus</a></li> - <li><a href="https://study.andrewyu.org/">Revision materials (restricted access)</a></li> + <li><a href="https://piwg.andrewyu.org/">Pao Inclusiveness Working Group</a></li> <li><a href="contact.html">Contact me at school</a></li> </ul> <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> |