Add ad placeholder and feedback link

This commit is contained in:
Reimar 2025-08-20 21:06:24 +02:00
parent 067d29bfcf
commit 0effb33cde
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
2 changed files with 24 additions and 0 deletions

View File

@ -109,6 +109,12 @@
l.parentNode.insertBefore(s, l);
})({})
</script>
<div id="ad-placeholder"></div>
<footer>
<p class="desc">Have feedback? Send it <a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>&subject=Popup%20Timer%20Feedback">here</a></p>
</footer>
</body>
</html>

View File

@ -165,4 +165,22 @@ input[type=checkbox] {
#ad-desc {
margin-top: 80px;
}
iframe ~ #ad-placeholder {
position: relative;
bottom: 252px;
width: 300px;
height: 250px;
margin: auto;
z-index: -1;
background-color: #EEE;
}
footer {
position: fixed;
bottom: 8px;
left: 0;
right: 0;
}
a {
color: #43A047;
}