New cake handling and animated favicon. - bitreich-www - the bitreich www websi… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit ab70dea530fd8db7fccd63c173f64553334fd65a | |
parent 1c5537068ea9df1545785bc8f7c67a0d2c31c79d | |
Author: Christoph Lohmann <[email protected]> | |
Date: Thu, 13 Aug 2020 23:12:58 +0200 | |
New cake handling and animated favicon. | |
Diffstat: | |
M 0-index.html.head | 1 + | |
M 1-index.html.css.head | 4 ++-- | |
M 4-index.html.js.head | 2 +- | |
M 7-index.html.js.tail | 2 +- | |
M 9-cookies.html | 6 ++++-- | |
5 files changed, 9 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/0-index.html.head b/0-index.html.head | |
@@ -8,6 +8,7 @@ | |
<meta name="keywords" content="open source, libre software, simplicity… | |
<meta name="robots" content="follow" /> | |
<meta http-equiv="content-language" content="en" /> | |
+ <link rel="shortcut icon" href="/favicon.gif" type="image/gif" /> | |
</head> | |
<body> | |
<h1>Bitreich.org</h1> | |
diff --git a/1-index.html.css.head b/1-index.html.css.head | |
@@ -4,7 +4,7 @@ body { | |
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS… | |
} | |
-.rainbow { | |
+.proletariat { | |
background: blue; | |
background: -webkit-linear-gradient(left, orange , yellow, green, cyan, bl… | |
background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, v… | |
@@ -14,7 +14,7 @@ body { | |
-webkit-text-fill-color: transparent; | |
} | |
-.rainbow:hover { | |
+.proletariat:hover { | |
text-decoration: underline; | |
} | |
diff --git a/4-index.html.js.head b/4-index.html.js.head | |
@@ -1,2 +1,2 @@ | |
-<script> | |
+<script><![CDATA[ | |
diff --git a/7-index.html.js.tail b/7-index.html.js.tail | |
@@ -1,2 +1,2 @@ | |
-</script> | |
+]]></script> | |
diff --git a/9-cookies.html b/9-cookies.html | |
@@ -47,10 +47,12 @@ | |
</style> | |
<div id="cake"> | |
- <p>Bitreich members like to eat cake. We only store good cake recipes. | |
+ <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> | |
- <span id="cookie" onclick='alert(":(");'>Hide this, I prefe… | |
+ <span id="cookie" onclick='alert(":("); window.location.href="/dickbutt";'… | |
</p> | |
</div> | |