-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 878 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
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./src/assets/favicon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mario-off</title>
<meta property="og:url" content="https://mario-off.web.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Mario-off" />
<meta
property="og:description"
content="Competitions between friends or enemies"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/ZainMunir/mario-off/main/src/assets/favicon.webp"
/>
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>