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

12 lines
316 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>
<%- include(__dirname + "/views/components/linkView.ejs", {
links: [
["home", "/"],
["wicd", "/whaticando/"],
["tos", "/tos/"],
["pricing", "/pricing/"],
["contact", "/contact/"],
]
}) %>
</header>