diff options
author | Noah <mounderfod@gmail.com> | 2023-08-01 12:20:48 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-08-01 12:20:48 +0000 |
commit | 3afc779317ff3875a71e2cdddbe8fd1ec4ad65c1 (patch) | |
tree | d7710587b8c4a8b1767cda84711cc12254808ae5 /_layouts | |
parent | 556f25a09333aabcfc66e5d4d613b2c4cc7ed4c8 (diff) | |
download | website-3afc779317ff3875a71e2cdddbe8fd1ec4ad65c1.tar.gz |
Add links page
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 122aaa5..1866841 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -45,7 +45,7 @@ </body> <hr style="margin-top: 5%;"> <footer> - <div> + <div style="overflow: scroll;"> <p style="color: gray; margin-bottom: 0;"> === INDEPENDENT, TRACKERLESS AD === </p> <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="70" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> @@ -80,4 +80,4 @@ <p style="color: gray">(c) mounderfod 2023</p> </footer> -</html> +</html> \ No newline at end of file |