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