let's see

This commit is contained in:
MeowcaTheoRange 2024-08-30 00:28:56 -05:00
parent fd5dbb92ae
commit 61b7dc5707
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@
}
:root {
--font-main: "dos";
--font-main: "dos", monospace;
}

View file

@ -21,7 +21,7 @@
<p style="opacity: 0.5;">by clicking this button and successfully submitting a blurb, you agree that your input may be displayed on this site and stored on abtmtr.link servers.</p>
<p style="opacity: 0.5;">you'll also need to verify your blurb by leaving a X/HTML snippet on your site. further instructions will be given to do this after you submit your blurb. thanks!</p>
</form>
<h2>current blurbs</h2>
<h2>current blurbs (<%= data.length %>)</h2>
<ul>
<% data.forEach((blurb) => { %>
<li class="blurb" id="<%= blurb.id %>"><a href="<%= blurb.site %>" target="_blank"><%= new URL(blurb.site).host %></a>: <%= blurb.blurb %> <a class="removePopup" href="/blurbs/check?id=<%= blurb.id %>">remove</a></li>