diff options
author | Yuchen Pei <hi@ypei.me> | 2021-11-18 21:30:27 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-11-18 21:30:27 +1100 |
commit | 7b369d94426788c00b86cd30ff91a509950dfd57 (patch) | |
tree | 4e0fc4c9fd6637b6b32216da2e1b1cc1cf2590e6 /html-templates/preamble.html | |
parent | ae5afdad5b7b7edca91269ca1467e0934fa8d0ae (diff) |
Added fsf fall fundraising banner
Diffstat (limited to 'html-templates/preamble.html')
-rw-r--r-- | html-templates/preamble.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html-templates/preamble.html b/html-templates/preamble.html index cb0e7ac..314bcb0 100644 --- a/html-templates/preamble.html +++ b/html-templates/preamble.html @@ -6,3 +6,9 @@ <a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a><a href="https://g.ypei.me">Projects (git)</a> </nav> </header> +<div id="fsf-banner"> + <center>Please join me to 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> |