abtmtr-comms/views/components/specific/header.ejs
2024-10-06 02:20:01 -05:00

12 lines
No EOL
316 B
Text

<header style="text-align: center;">
<h1>abtmtr.link site commissions</h1>
<%- include(__dirname + "/views/components/linkView.ejs", {
links: [
["home", "/"],
["wicd", "/whaticando/"],
["tos", "/tos/"],
["pricing", "/pricing/"],
["contact", "/contact/"],
]
}) %>
</header>