-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (59 loc) · 3.76 KB
/
index.html
File metadata and controls
67 lines (59 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>Bill's PC - Edit Pokémon Save Files Online</title>
<meta name="title" content="Bill's PC - Edit Pokémon Save Files Online" />
<meta name="description" content="Pokemon Quetzal Savegame Editor. Edit Pokémon stats, moves, abilities, and more with an intuitive interface." />
<meta name="keywords" content="pokemon, save editor, rom hack, emerald, ruby, sapphire, save file, pokemon editor, bills pc" />
<meta name="google-site-verification" content="-MgLP9PmEf3Ec2oy5jQAtLOU488CP4XnIaIS9GXyypY" />
<meta name="google-site-verification" content="AfFo9SmGZtNfgB0H-fB9Yz3iBXU15P49G_RZR2eXIzI" />
<meta name="author" content="JohnDeved" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#09090b" />
<link rel="canonical" href="https://bills-pc.pages.dev/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bills-pc.pages.dev/" />
<meta property="og:title" content="Bill's PC - Edit Pokémon Save Files Online" />
<meta property="og:description" content="Pokemon Quetzal Savegame Editor. Edit Pokémon stats, moves, abilities, and more." />
<meta property="og:image" content="https://bills-pc.pages.dev/og-image.png" />
<meta property="og:video" content="https://bills-pc.pages.dev/og-video.mp4" />
<meta property="og:site_name" content="Bill's PC" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://bills-pc.pages.dev/" />
<meta property="twitter:title" content="Bill's PC - Edit Pokémon Save Files Online" />
<meta property="twitter:description" content="Pokemon Quetzal Savegame Editor." />
<meta property="twitter:image" content="https://bills-pc.pages.dev/og-image.png" />
<meta property="twitter:video" content="https://bills-pc.pages.dev/og-video.mp4" />
<!-- Favicons and PWA Icons -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#09090b" />
<meta name="msapplication-TileColor" content="#09090b" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.webmanifest" />
<!-- Preload critical fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Press+Start+2P&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<noscript><link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Press+Start+2P&display=swap" rel="stylesheet"></noscript>
<!-- Preload critical assets -->
<link rel="preload" href="/src/main.tsx" as="script" crossorigin>
<link rel="prefetch" href="/pwa-512x512.png">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<!-- Security Headers -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
</head>
<body class="theme-zinc dark" style="background-color: #09090b; color: #fafafa;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>