diff options
author | Yuchen Pei <hi@ypei.me> | 2021-11-18 22:47:27 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-11-18 22:47:27 +1100 |
commit | 9dd091b3598616636072b1b94eef2cd8aad2cb09 (patch) | |
tree | fe457ab433a16fb035d98fa19862fb1a8bb1382c /html-templates | |
parent | a474ce5856b2c19ef2095cc7ad6740afbd61256d (diff) |
added fsf fundrasing banner
Diffstat (limited to 'html-templates')
-rw-r--r-- | html-templates/postamble.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html-templates/postamble.html b/html-templates/postamble.html new file mode 100644 index 0000000..7f86364 --- /dev/null +++ b/html-templates/postamble.html @@ -0,0 +1,6 @@ +<div id="fsf-banner"> + <center>Please support the FSF for a free society:</center> + <iframe src="//static.fsf.org/nosvn/banners/202111fundraiser/" scrolling="no" + style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"> + </iframe> +</div> |