Skip to content

Commit

Permalink
meta stuff needs to be static, not runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
veprogames committed Jun 27, 2024
1 parent 9ea7133 commit f136cb3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@
<html lang="en">
<head>
<meta charset="UTF-8" />

<link rel="icon" type="image/ico" href="./favicon.ico" />

<meta name="keywords" content="idle, incremental, zero player, omega, layers, vepro, veprogames"/>
<meta name="description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="url" content="https://veprogames.github.io/omega-meta-zero/"/>
<meta name="image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
<meta name="theme-color" content="#eba000"/>

<meta name="og:title" content="omega-meta-zero"/>
<meta name="og:type" content="website"/>
<meta name="og:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="og:url" content="https://veprogames.github.io/omega-meta-zero/"/>
<meta name="og:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>

<meta name="twitter:card" content="summary_image_large"/>
<meta name="twitter:title" content="omega-meta-zero"/>
<meta name="twitter:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="twitter:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omega Meta Zero</title>
</head>
Expand Down
19 changes: 0 additions & 19 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,6 @@
</script>

<svelte:head>
<meta name="keywords" content="idle, incremental, zero player, omega, layers, vepro, veprogames"/>
<meta name="description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="url" content="https://veprogames.github.io/omega-meta-zero/"/>
<meta name="image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
<meta name="theme-color" content="#eba000"/>

<meta name="og:title" content="omega-meta-zero"/>
<meta name="og:type" content="website"/>
<meta name="og:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="og:url" content="https://veprogames.github.io/omega-meta-zero/"/>
<meta name="og:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>

<meta name="twitter:card" content="summary_image_large"/>
<meta name="twitter:title" content="omega-meta-zero"/>
<meta name="twitter:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="twitter:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>

<link rel="icon" href="./favicon.ico" />

<title>{F($game.points)}&alpha;</title>
</svelte:head>

Expand Down

0 comments on commit f136cb3

Please sign in to comment.