12 lines
316 B
Text
12 lines
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>
|