let's see
This commit is contained in:
parent
fd5dbb92ae
commit
61b7dc5707
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--font-main: "dos";
|
--font-main: "dos", monospace;
|
||||||
}
|
}
|
|
@ -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;">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>
|
<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>
|
</form>
|
||||||
<h2>current blurbs</h2>
|
<h2>current blurbs (<%= data.length %>)</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<% data.forEach((blurb) => { %>
|
<% 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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue