-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 844 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>The Guess Experiment</title>
<meta name="description" content="Exercise extra sensory perception alone or together with a peer.">
<meta property="og:title" content="The Guess Experiment">
<meta property="og:description" content="Exercise extra sensory perception alone or together with a peer.">
<meta property="og:url" content="https://the-guess-experiment.com">
<meta property="og:image" content="https://the-guess-experiment.com/imgs/screenshot-desktop.webp">
<meta property="og:type" content="website">
<link rel="icon" href="/imgs/icon.webp">
<link rel="apple-touch-icon" href="/imgs/icon-big.webp">
<link rel="manifest" href="manifest.json">
<style>:root {color-scheme: light dark}</style>
<script src="/importMap.js"></script>
<script type="module" src="index.js"></script>