Skip to content

Commit f136cb3

Browse files
committed
meta stuff needs to be static, not runtime
1 parent 9ea7133 commit f136cb3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
56
<link rel="icon" type="image/ico" href="./favicon.ico" />
7+
8+
<meta name="keywords" content="idle, incremental, zero player, omega, layers, vepro, veprogames"/>
9+
<meta name="description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
10+
<meta name="url" content="https://veprogames.github.io/omega-meta-zero/"/>
11+
<meta name="image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
12+
<meta name="theme-color" content="#eba000"/>
13+
14+
<meta name="og:title" content="omega-meta-zero"/>
15+
<meta name="og:type" content="website"/>
16+
<meta name="og:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
17+
<meta name="og:url" content="https://veprogames.github.io/omega-meta-zero/"/>
18+
<meta name="og:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
19+
20+
<meta name="twitter:card" content="summary_image_large"/>
21+
<meta name="twitter:title" content="omega-meta-zero"/>
22+
<meta name="twitter:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
23+
<meta name="twitter:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
24+
625
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
726
<title>Omega Meta Zero</title>
827
</head>

src/App.svelte

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,6 @@
7777
</script>
7878

7979
<svelte:head>
80-
<meta name="keywords" content="idle, incremental, zero player, omega, layers, vepro, veprogames"/>
81-
<meta name="description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
82-
<meta name="url" content="https://veprogames.github.io/omega-meta-zero/"/>
83-
<meta name="image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
84-
<meta name="theme-color" content="#eba000"/>
85-
86-
<meta name="og:title" content="omega-meta-zero"/>
87-
<meta name="og:type" content="website"/>
88-
<meta name="og:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
89-
<meta name="og:url" content="https://veprogames.github.io/omega-meta-zero/"/>
90-
<meta name="og:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
91-
92-
<meta name="twitter:card" content="summary_image_large"/>
93-
<meta name="twitter:title" content="omega-meta-zero"/>
94-
<meta name="twitter:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
95-
<meta name="twitter:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
96-
97-
<link rel="icon" href="./favicon.ico" />
98-
9980
<title>{F($game.points)}&alpha;</title>
10081
</svelte:head>
10182

0 commit comments

Comments
 (0)