mirror of
https://github.com/DBNinjin/Ninjin.Web.v2.git
synced 2025-06-27 18:31:55 +00:00
Home SEO
This commit is contained in:
parent
514b0c6181
commit
ea4608e39a
@ -5,6 +5,7 @@
|
||||
<script>
|
||||
import { onMount } from 'svelte';
|
||||
import BigVideoOrImage from '$lib/components/Pages/BigVideoOrImage.svelte';
|
||||
import MetaData from '$lib/components/Layouts/MetaData.svelte';
|
||||
onMount(() => {
|
||||
let isPC;
|
||||
switch (true) {
|
||||
@ -36,6 +37,11 @@
|
||||
var smallCss = 'ms-2 font-semibold';
|
||||
</script>
|
||||
|
||||
<MetaData
|
||||
title="Accueil"
|
||||
description="Sur cette page, vous retrouverez le trailer du serveur Dragon Ball Ninjin ainsi qu'une courte présentation."
|
||||
/>
|
||||
|
||||
<h1 class="text-5xl font-extrabold mb-5">
|
||||
<span class={spanCss}>Dragon Ball Ninjin</span><small class={smallCss}>est un serveur DB</small>
|
||||
</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user