- Suppression 11 SVG non référencés (Beer, Bonhome, Bonnet, Canne, Cookie, Courone, Hand, PainDep, Tasse, bg-homepage, logo bretzel) - Suppression share-cover.webp non référencé - Favicon bretzel → tadpole.svg - Footer : CardContact inliné, suppression composant + scss - Suppression .gitkeep inutile (pages/ a des fichiers)
49 lines
1.8 KiB
HTML
Executable File
49 lines
1.8 KiB
HTML
Executable File
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<link
|
|
rel="icon"
|
|
type="image/svg+xml"
|
|
href="./svg/tadpole.svg"
|
|
/>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Clickerz — Clicker idle dans le Tetard Universe. Fais éclore des têtards, évolue et domine le marais !"
|
|
/>
|
|
<meta name="robots" content="index, follow" />
|
|
<meta
|
|
name="googlebot"
|
|
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
|
|
/>
|
|
<meta
|
|
name="bingbot"
|
|
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
|
|
/>
|
|
<link rel="canonical" href="https://clickerz.tetardtek.com" />
|
|
<meta property="og:url" content="https://clickerz.tetardtek.com" />
|
|
<meta property="og:site_name" content="Clickerz" />
|
|
<meta property="og:locale" content="fr_FR" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Clickerz — Tetard Universe" />
|
|
<meta
|
|
property="og:description"
|
|
content="Clickerz — Clicker idle dans le Tetard Universe. Fais éclore des têtards, évolue et domine le marais !"
|
|
/>
|
|
<meta property="og:image:width" content="584" />
|
|
<meta property="og:image:height" content="384" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Clickerz — Tetard Universe" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Clickerz — Clicker idle dans le Tetard Universe. Fais éclore des têtards, évolue et domine le marais !"
|
|
/>
|
|
<title>Clickerz — Tetard Universe</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|