-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 973 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@hd_nvim" />
<meta name="twitter:title" content="JS Crush" />
<meta name="twitter:description" content="A bizarre JS-Equality puzzle inspired by oh-my-dear-js and nice.js." />
<meta name="twitter:image" content="https://js-crush.vercel.app/favicon.webp" />
<link rel="icon" type="image/x-icon" href="/favicon.webp">
<title>JS Crush</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>