abtmtr-comms/views/components/specific/header.ejs

12 lines
336 B
Text
Raw Normal View History

2024-10-06 07:20:01 +00:00
<header style="text-align: center;">
<h1>abtmtr.link site commissions</h1>
<p>Commissions are <b>open</b>.</p>
2024-10-06 07:20:01 +00:00
<%- include(__dirname + "/views/components/linkView.ejs", {
links: [
["Start", "/"],
["Terms of Service", "/tos/"],
["Pricing", "/pricing/"],
["Contact", "/contact/"],
2024-10-06 07:20:01 +00:00
]
}) %>
</header>