mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-01-12 06:42:08 +05:30
15 lines
337 B
Svelte
15 lines
337 B
Svelte
|
<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>
|