diff options
author | Noah <mounderfod@gmail.com> | 2023-07-29 14:59:43 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-07-29 14:59:43 +0000 |
commit | 7101844cbb888ddfc061a7d14561ce200f1bd54c (patch) | |
tree | c568542d7d9c6ca06155b6933ea551bfb478b883 /_layouts | |
parent | f2ddc1dc3734d72ce376c41e48e4e70d51276487 (diff) | |
download | website-7101844cbb888ddfc061a7d14561ce200f1bd54c.tar.gz |
Add footer
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3bef749..c1f20f0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -69,4 +69,13 @@ > <div id="main">{{content}}</div> </body> + <hr style="margin-top: 5%;"> + <footer> + <div> + <p style="color: gray; margin-bottom: 0;"> === INDEPENDENT, TRACKERLESS AD === </p> + <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> + </div> + <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> + <p style="color: gray">(c) mounderfod 2023</p> + </footer> </html> |