diff options
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> |