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>
|
<script>
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import BigVideoOrImage from '$lib/components/Pages/BigVideoOrImage.svelte';
|
import BigVideoOrImage from '$lib/components/Pages/BigVideoOrImage.svelte';
|
||||||
|
import MetaData from '$lib/components/Layouts/MetaData.svelte';
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
let isPC;
|
let isPC;
|
||||||
switch (true) {
|
switch (true) {
|
||||||
@ -36,6 +37,11 @@
|
|||||||
var smallCss = 'ms-2 font-semibold';
|
var smallCss = 'ms-2 font-semibold';
|
||||||
</script>
|
</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">
|
<h1 class="text-5xl font-extrabold mb-5">
|
||||||
<span class={spanCss}>Dragon Ball Ninjin</span><small class={smallCss}>est un serveur DB</small>
|
<span class={spanCss}>Dragon Ball Ninjin</span><small class={smallCss}>est un serveur DB</small>
|
||||||
</h1>
|
</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user