summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-26 19:12:38 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-26 19:12:38 +0800
commit65d22d430fd12dbf926109d52e47460557654052 (patch)
treebca75fcea290084cd34a558e3df89947eef29aa0
parent80cff73fc8924147634990bede67e6b3ec8656fd (diff)
downloadwww-65d22d430fd12dbf926109d52e47460557654052.tar.gz
free software responsibility
-rw-r--r--index.html1
-rw-r--r--style.css3
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;
 }