website/src/routes/index.svelte

22 lines
748 B
Svelte
Raw Normal View History

<script>
import { t } from '$lib/translations';
</script>
<h1> {$t('common.INDEXTITLE')} </h1>
<h2> {$t('common.indexDescription')} </h2>
<h1> {$t('common.INDEXWHAT')} </h1> <!-- Cause I feel the need to scream -->
<p> {$t('common.INDEXWHOAREWE')} </p>
<h1> {$t('common.INDEXTELLMEMORE')} </h1>
<p>{$t('common.INDEXMOREINFO')}</p>
<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" style="width: 270px;background: #00d4aa; padding: 0.5rem;
position: absolute;
bottom: 8%;
border-radius: 16px;">
</a>