add faq page and a hacky fix for abuseipdb badge

This commit is contained in:
2022-06-22 14:36:21 +03:00
parent 3ae2466961
commit 42f59a9b85
7 changed files with 68 additions and 66 deletions

View File

@@ -19,7 +19,7 @@
<a href={global.INSTANCES}>{$t("common.NAVBAR_INSTANCES")}</a>
<a href="/minecraft">{global.MINECRAFT}</a>
<a href="/donate">{$t("common.NAVBAR_DONATE")}</a>
<a href={global.FAQ_URL}>{$t("common.NAVBAR_FAQ")}</a>
<a href="/faq">{$t("common.NAVBAR_FAQ")}</a>
<a href="/contact">{$t("common.NAVBAR_CONTACT")}</a>
<a href={global.BLOG_URL}>{$t("common.NAVBAR_BLOG")}</a>
</div>

View File

@@ -24,6 +24,7 @@ body {
flex-direction: column;
position: relative;
min-height: 100vh;
line-height: 1.625;
}
main {