|
1 | 1 | --- |
2 | | -import { Colors } from "../colors.ts"; |
| 2 | +import { Colors } from "../colors"; |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | <!doctype html> |
6 | 6 | <html lang="en"> |
7 | 7 | <head> |
8 | 8 | <meta charset="UTF-8" /> |
9 | 9 | <meta name="viewport" content="width=device-width" /> |
10 | | - <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
11 | | - <meta name="generator" content={Astro.generator} /> |
12 | | - <title></title> |
| 10 | + <link rel="icon" type="image/svg+xml" href="/favicon.ico" /> |
| 11 | + <!-- HTML Meta Tags --> |
| 12 | + <title>Alejoide's Nivel 20 Sheet Generator</title> |
| 13 | + <meta |
| 14 | + name="description" |
| 15 | + content="Genera tu hoja de personaje en base a tu personaje de Nivel 20" |
| 16 | + /> |
| 17 | + <meta name="keywords" content="sheet, generator, alejoide, nivel 20" /> |
| 18 | + <meta name="author" content="Alejoide" /> |
| 19 | + <meta name="robots" content="index, follow" /> |
| 20 | + <meta name="googlebot" content="index, follow" /> |
| 21 | + <!-- Facebook Meta Tags --> |
| 22 | + <meta |
| 23 | + property="og:url" |
| 24 | + content="https://sheet-generator.alejoide.com" |
| 25 | + /> |
| 26 | + <meta property="og:type" content="website" /> |
| 27 | + <meta |
| 28 | + property="og:title" |
| 29 | + content="Alejoide's Nivel 20 Sheet Generator" |
| 30 | + /> |
| 31 | + <meta |
| 32 | + property="og:description" |
| 33 | + content="Genera tu hoja de personaje en base a tu personaje de Nivel 20" |
| 34 | + /> |
| 35 | + <meta |
| 36 | + property="og:image" |
| 37 | + content="https://sheet-generator.alejoide.com/og.webp" |
| 38 | + /> |
| 39 | + |
| 40 | + <!-- Twitter Meta Tags --> |
| 41 | + <meta name="twitter:card" content="summary_large_image" /> |
| 42 | + <meta |
| 43 | + property="twitter:domain" |
| 44 | + content="sheet-generator.alejoide.com" |
| 45 | + /> |
| 46 | + <meta |
| 47 | + property="twitter:url" |
| 48 | + content="https://sheet-generator.alejoide.com" |
| 49 | + /> |
| 50 | + <meta |
| 51 | + name="twitter:title" |
| 52 | + content="Alejoide's Nivel 20 Sheet Generator" |
| 53 | + /> |
| 54 | + <meta |
| 55 | + name="twitter:description" |
| 56 | + content="Genera tu hoja de personaje en base a tu personaje de Nivel 20" |
| 57 | + /> |
| 58 | + <meta |
| 59 | + name="twitter:image" |
| 60 | + content="https://sheet-generator.alejoide.com/og.webp" |
| 61 | + /> |
13 | 62 | </head> |
14 | 63 | <body> |
15 | 64 | <slot /> |
|
0 commit comments