add 88x31 on sent, remove johnvertisements (right-clicking annoyed me)
This commit is contained in:
parent
009b036f09
commit
1476550d19
4 changed files with 6 additions and 18 deletions
|
@ -221,13 +221,3 @@ hr {
|
|||
height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
#johnvertisement {
|
||||
margin-left: auto;
|
||||
display: block;
|
||||
margin-right: auto;
|
||||
max-width: 732px;
|
||||
width: 100%;
|
||||
height: 94px;
|
||||
border: none;
|
||||
}
|
1
index.js
1
index.js
|
@ -47,7 +47,6 @@ app.use(async (req, res, next) => {
|
|||
.catch(() => res.status(500).send());
|
||||
app.locals.buttons = buttonsJson;
|
||||
app.locals.following = followingJson;
|
||||
app.locals.randomAd = Math.round(Math.random());
|
||||
next();
|
||||
})
|
||||
|
||||
|
|
|
@ -29,11 +29,7 @@
|
|||
<footer>
|
||||
<section>
|
||||
<h2>abtmtr.link v13</h2>
|
||||
<% if (randomAd == 0) { %>
|
||||
<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>© <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>Git repository: <a href="https://git.abtmtr.link/MeowcaTheoRange/abtmtr-v13" target="_blank">MeowcaTheoRange/abtmtr-v13</a></p>
|
||||
|
|
|
@ -16,10 +16,13 @@
|
|||
<main>
|
||||
<p class="tagline">congrations! you done it</p>
|
||||
<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;"><link rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"></p>
|
||||
<p>or this:</p>
|
||||
<p>visible:</p>
|
||||
<p style="background-color: black;color:white;padding: 0.5em;"><a rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"></a></p>
|
||||
<p>88x31:</p>
|
||||
<p style="background-color: black;color:white;padding: 0.5em;"><a rel="me" href="https://abtmtr.link/blurbs/#<%= id %>" target="_blank"><img src="https://cdn.abtmtr.link/site_content/88x31/abtmtr_link.png"></a></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 style="background-color: black;color:white;padding: 0.5em;">https://abtmtr.link/blurbs/check/?id=<%= id %></p>
|
||||
|
|
Loading…
Reference in a new issue