Build Evil Wordle app
This commit is contained in:
36
index.html
Normal file
36
index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!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="#07070a" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Evil Wordle is a darker, harder Wordle-style browser game with daily, infinite, custom, and super evil modes."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Evil Wordle" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A polished Wordle-like game with daily puzzles, infinite levels, memory challenges, and super evil long-word mode."
|
||||
/>
|
||||
<meta property="og:site_name" content="Evil Wordle" />
|
||||
<meta property="og:url" content="https://evil-wordle.spaceistyping.com/" />
|
||||
<meta property="og:image" content="https://evil-wordle.spaceistyping.com/icon-512.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Evil Wordle" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Daily Wordle, infinite levels, memory mode, and long-word punishment in one dark browser game."
|
||||
/>
|
||||
<meta name="twitter:image" content="https://evil-wordle.spaceistyping.com/icon-512.png" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<title>Evil Wordle</title>
|
||||
<script defer src="https://not-a-tracker.reversed.dev/script.js" data-website-id="3dc7236e-062d-491e-9c14-635df3dde681"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user