-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 843 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./src/assets/scissors.png" type="image/x-icon">
<meta property='og:image' type="image" content='https://i.ibb.co/WfvHYnJ/Screenshot-2023-11-05-12-39-27.png'>
<meta property='og:type' content='Game'>
<meta property='twitter:image' content='https://i.ibb.co/WfvHYnJ/Screenshot-2023-11-05-12-39-27.png'>
<meta name='Author' content='Gabriel Aroucas | Front-end Developper'>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Pedra, Papel ou tesoura ? Jogue de graça ! ">
<meta name='theme-color' content='#2e1237' >
<title>JokenPô</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>