diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-26 19:12:38 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-26 19:12:38 +0800 |
commit | 65d22d430fd12dbf926109d52e47460557654052 (patch) | |
tree | bca75fcea290084cd34a558e3df89947eef29aa0 | |
parent | 80cff73fc8924147634990bede67e6b3ec8656fd (diff) | |
download | www-65d22d430fd12dbf926109d52e47460557654052.tar.gz |
free software responsibility
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | style.css | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html index c622eea..9abeaf0 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ <li><a href="https://lib.andrewyu.org">Files</a></li> </ul> </div> + <span class="alarm">It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Thank you.</span> <div class="multicol"> <div id="project-help"> <h2><span class="alert">Project Help</span></h2> diff --git a/style.css b/style.css index 2e35ef8..0e3b9f0 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,9 @@ a:active { font-weight: bold; color: white; } +.alarm { + color: red; +} .alert { color: orange; } |