-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
24 lines (24 loc) · 974 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Website for Mobland" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Mobland</title>
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body class="d-flex flex-column h-100">
<script type="module" src="/client/index.jsx"></script>
<noscript>
MOBLAND is the first-ever Mafia themed Metaverse backed by super angels,
such as Justin Kan (co-founder of Twitch), Do Kwon (co-founder of Terra)
and more.<br />
It is developed by a team of industry experts from Disney, Ubisoft,
Roblox, EA, Gameloft, Google, Yahoo and Twitter.<br />
You need to enable JavaScript to run this app.</noscript
>
<div id="app"></div>
</body>
</html>