sites
a collection of other sites in the form of 88x31s.
friends of abtmtr.link (<%= b.length %>)
<% b.forEach((button) => { %>
<% if (button.img != null) { %>
<% } else { %>
<%= button.name %>
<% } %>
<% }) %>
sites of interest (<%= f.length %>)
<% f.forEach((button) => { %>
<% if (button.img != null) { %>
<% } else { %>
<%= button.name %>
<% } %>
<% }) %>