From 36c787a3950cc7044fccb78d84f82f0ad567e905 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Wed, 7 Dec 2022 01:27:29 +0000
Subject: Added images, added footer stuff

---
 templates/template.html.j2 | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

(limited to 'templates')

diff --git a/templates/template.html.j2 b/templates/template.html.j2
index 2fd86f9..a5cf159 100755
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -45,13 +45,23 @@
             <footer>
                 <p>this site is <a href="/thought?id=3">javascript free</a></p>
                 <a href="https://git.eda.gay/eda.gay/file/LICENSE.html">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a>
-                <p>
-                    <a href="http://jigsaw.w3.org/css-validator/check/referer">
-                        <img style="border:0;width:88px;height:31px"
-                            src="/img/vcss-blue.gif"
-                            alt="Valid CSS!" />
+                <div id="footer_banners">
+                    <p>
+                        <a href="http://jigsaw.w3.org/css-validator/check/referer">
+                            <img style="border:0;width:88px;height:31px"
+                                src="/img/vcss-blue.gif"
+                                alt="Valid CSS!" />
+                        </a>
+                    </p>
+                    <a href="http://www.freebsd.org/">
+                        <img alt="Powered By FreeBSD" src="/img/powerani.gif">
                     </a>
-                </p>
+                    <a href="https://web3isgoinggreat.com/">
+                        <img src="/img/anti_nft_b.png" alt="anti-nft site ">
+                    </a>
+                    <img src="/img/www.gif">
+                </div>
+                <iframe src="https://john.citrons.xyz/embed?ref=eda.gay" style="padding-top:20px;margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;"></iframe>
             </footer>
         </div>
     </body>
-- 
cgit v1.2.3