abtmtr-v13/views/components/service-boxes.ejs
2024-08-21 01:05:24 -05:00

10 lines
No EOL
251 B
Text

<div class="Servicebox" id="<%= id %>">
<div>
<h2><a href="https://<%= domain %>/"><%= domain %></a></h2>
<p><%= when.month %> <%= when.year %></p>
</div>
<div>
<p><%= software %></p>
<p><%= arr[visibility] %></p>
</div>
</div>