Add some meta tags

pull/1/head
I Made Setia Baruna 2021-01-09 17:06:37 +08:00
parent 0e94c1533c
commit 457e91521f
3 changed files with 47 additions and 29 deletions

View File

@ -95,7 +95,7 @@
</style>
<svelte:head>
<title>Characters - Paimon.moe</title>
<title>Paimon.moe</title>
</svelte:head>
<div class="lg:ml-64 pt-20 lg:pt-8">
<h1 class="font-display px-4 md:px-8 font-black text-5xl text-white">Characters</h1>

View File

@ -1,20 +1,38 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#333333">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="theme-color" content="#333333" />
<meta
name="description"
content="Your best Genshin Impact companion! Help you plan what to farm with collection of tools
like ascension calculator, and database. Also track your progress with todo and wish counter."
/>
<meta property="og:title" content="Paimon.moe" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://paimon.moe" />
<meta property="og:image" content="https://paimon.moe/paimon-og.png" />
<meta
property="og:description "
content="Your best Genshin Impact companion! Help you plan what to farm with collection of tools
like ascension calculator, and database. Also track your progress with todo and wish counter."
/>
%sapper.base%
<link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@600;700;900&family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<link rel="icon" type="image/png" href="favicon.png">
<link
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@600;700;900&family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="manifest.json" crossorigin="use-credentials" />
<link rel="icon" type="image/png" href="favicon.png" />
<style>
html {
height: 100%;
background: #25294A;
background: #25294a;
}
</style>

BIN
static/paimon-og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB