2022-06-21 20:09:59 +02:00
|
|
|
<script>
|
2022-06-22 09:57:47 +03:00
|
|
|
import { t } from "$lib/translations";
|
2022-06-22 09:47:02 +03:00
|
|
|
import * as global from "../i18n/_global.json";
|
2022-06-21 20:09:59 +02:00
|
|
|
</script>
|
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<svelte:head>
|
|
|
|
<title>{global.NAME}</title>
|
|
|
|
</svelte:head>
|
|
|
|
|
2022-06-22 09:47:02 +03:00
|
|
|
<h1>{global.NAME}</h1>
|
2022-06-21 20:09:59 +02:00
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<h2>{$t("common.INDEX_DESCRIPTION")}</h2>
|
2022-06-21 20:09:59 +02:00
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<h1>{$t("common.INDEX_WHAT")}</h1>
|
|
|
|
<!-- Cause I feel the need to scream -->
|
2022-06-21 20:09:59 +02:00
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<p>{$t("common.INDEX_WHO_ARE_WE")}</p>
|
2022-06-21 20:09:59 +02:00
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<h1>{$t("common.INDEX_TELL_ME_MORE")}</h1>
|
2022-06-21 20:09:59 +02:00
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<p>{$t("common.INDEX_MORE_INFO")}</p>
|
2022-06-21 22:23:44 +02:00
|
|
|
|
2022-06-22 09:57:47 +03:00
|
|
|
<a
|
|
|
|
href="https://www.abuseipdb.com/user/82331"
|
|
|
|
title="AbuseIPDB is an IP address blacklist for webmasters and sysadmins to report IP addresses engaging in abusive behavior on their networks"
|
|
|
|
>
|
|
|
|
<img
|
|
|
|
src="https://www.abuseipdb.com/contributor/82331.svg"
|
|
|
|
alt="AbuseIPDB Contributor Badge"
|
2022-06-22 11:31:27 +02:00
|
|
|
style="width: 270px;background: var(--accent-primary); padding: 0.5rem;position:absolute; bottom:8%;
|
2022-06-22 09:57:47 +03:00
|
|
|
border-radius: 16px;"
|
|
|
|
/>
|
|
|
|
</a>
|