<%- include("../components/page-head.ejs") %>

sites

a large collection of 88x31s.

friends of abtmtr.link (<%= b.length %>)

<% b.forEach((button) => { %> <% if (button.img != null) { %> <%= button.alt %> <% } else { %> <%= button.name %> <% } %> <% }) %>

sites of interest (<%= f.length %>)

<% f.forEach((button) => { %> <% if (button.img != null) { %> <%= button.alt %> <% } else { %> <%= button.name %> <% } %> <% }) %>
<%- include("../components/footer.ejs") %>