diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-12-07 01:27:29 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-12-07 01:27:29 +0000 |
commit | 36c787a3950cc7044fccb78d84f82f0ad567e905 (patch) | |
tree | 94d78874dd82f3354b0b2af698c25ae78787d667 /templates | |
parent | 8fae8f38c2c95ed99cd16fc450519915193ae895 (diff) | |
download | eda.gay-36c787a3950cc7044fccb78d84f82f0ad567e905.tar.gz eda.gay-36c787a3950cc7044fccb78d84f82f0ad567e905.zip |
Added images, added footer stuff
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/template.html.j2 | 22 |
1 files changed, 16 insertions, 6 deletions
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> |