add 88x31 on sent, remove johnvertisements (right-clicking annoyed me)

This commit is contained in:
MeowcaTheoRange 2024-08-29 11:03:49 -05:00
parent 009b036f09
commit 1476550d19
4 changed files with 6 additions and 18 deletions

View file

@ -220,14 +220,4 @@ hr {
width: 100%; width: 100%;
height: 250px; height: 250px;
} }
}
#johnvertisement {
margin-left: auto;
display: block;
margin-right: auto;
max-width: 732px;
width: 100%;
height: 94px;
border: none;
} }

View file

@ -47,7 +47,6 @@ app.use(async (req, res, next) => {
.catch(() => res.status(500).send()); .catch(() => res.status(500).send());
app.locals.buttons = buttonsJson; app.locals.buttons = buttonsJson;
app.locals.following = followingJson; app.locals.following = followingJson;
app.locals.randomAd = Math.round(Math.random());
next(); next();
}) })

View file

@ -29,11 +29,7 @@
<footer> <footer>
<section> <section>
<h2>abtmtr.link v13</h2> <h2>abtmtr.link v13</h2>
<% if (randomAd == 0) { %> <iframe src="https://mothvertising.moth.monster/embed" id="mothvertisement"></iframe>
<iframe src="https://mothvertising.moth.monster/embed" id="mothvertisement"></iframe>
<% } else if (randomAd == 1) { %>
<iframe src="https://john.citrons.xyz/embed?ref=abtmtr.link" id="johnvertisement"></iframe>
<% } %>
<p>&copy; <a href="/about">MeowcaTheoRange</a> 2023-2024</p> <p>&copy; <a href="/about">MeowcaTheoRange</a> 2023-2024</p>
<p>Licensed under the <a href="https://cdn.abtmtr.link/licenses/kkpl/license-v2.2.txt">Karkat Public License</a>.</p> <p>Licensed under the <a href="https://cdn.abtmtr.link/licenses/kkpl/license-v2.2.txt">Karkat Public License</a>.</p>
<p>Git repository: <a href="https://git.abtmtr.link/MeowcaTheoRange/abtmtr-v13" target="_blank">MeowcaTheoRange/abtmtr-v13</a></p> <p>Git repository: <a href="https://git.abtmtr.link/MeowcaTheoRange/abtmtr-v13" target="_blank">MeowcaTheoRange/abtmtr-v13</a></p>

View file

@ -16,10 +16,13 @@
<main> <main>
<p class="tagline">congrations! you done it</p> <p class="tagline">congrations! you done it</p>
<section> <section>
<p>make sure to add this to the page you have linked:</p> <p>make sure to add one of these snippets to the page you've linked:</p>
<p>invisible:</p>
<p style="background-color: black;color:white;padding: 0.5em;">&lt;link rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"&gt;</p> <p style="background-color: black;color:white;padding: 0.5em;">&lt;link rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"&gt;</p>
<p>or this:</p> <p>visible:</p>
<p style="background-color: black;color:white;padding: 0.5em;">&lt;a rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"&gt;&lt;/a&gt;</p> <p style="background-color: black;color:white;padding: 0.5em;">&lt;a rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"&gt;&lt;/a&gt;</p>
<p>88x31:</p>
<p style="background-color: black;color:white;padding: 0.5em;">&lt;a rel="me" href="https://abtmtr.link/blurbs/#<%= id %>" target="_blank"&gt;&lt;img src="https://cdn.abtmtr.link/site_content/88x31/abtmtr_link.png"&gt;&lt;/a&gt;</p>
<p>if you want to remove your blurb from abtmtr.link, remove the snippet from your site and then click "remove" on the blurb.</p> <p>if you want to remove your blurb from abtmtr.link, remove the snippet from your site and then click "remove" on the blurb.</p>
<p>do not leave this site until you have added the snippet! you can bookmark this page if you need to:</p> <p>do not leave this site until you have added the snippet! you can bookmark this page if you need to:</p>
<p style="background-color: black;color:white;padding: 0.5em;">https://abtmtr.link/blurbs/check/?id=<%= id %></p> <p style="background-color: black;color:white;padding: 0.5em;">https://abtmtr.link/blurbs/check/?id=<%= id %></p>