Add bithub banner. - bitreich-www - the bitreich www website generator | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit fa0df4e631a239feff76fe888facb9ee1f97ac25 | |
parent 903b7a8f2296944144d236817be0d765294b40c0 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 14 Aug 2020 22:21:41 +0200 | |
Add bithub banner. | |
Diffstat: | |
A 9-bithub.html | 16 ++++++++++++++++ | |
M 9-cookies.html | 1 - | |
2 files changed, 16 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/9-bithub.html b/9-bithub.html | |
@@ -0,0 +1,16 @@ | |
+<style type="text/css"> | |
+ | |
+.bithubcenter { | |
+ width: 307px; | |
+ margin-left: auto; | |
+ margin-right: auto; | |
+} | |
+ | |
+</style> | |
+ | |
+<a id="bithub" href="gopher://bitreich.org/1/bithub"> | |
+<div id="bithub" class="bithubcenter"> | |
+ <img src="/deep-thinker.gif" /> | |
+</div> | |
+</a> | |
+ | |
diff --git a/9-cookies.html b/9-cookies.html | |
@@ -48,7 +48,6 @@ | |
<div id="cake"> | |
<p> | |
- <img src="/favicon.gif" /> | |
Bitreich members like to eat cake. We only store good cake recipes. | |
<span id="gcpdr">This complies with the GCPR - General Cookie Protection | |
Ruling.</span> |