-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 986 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.ico" />
<link rel="apple-touch-icon" href="/src/assets/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ferne::Labs</title>
<meta name="description" content="Ferne::Labs game studio projects." />
<meta name="author" content="Ferne::Labs" />
<meta
name="keywords"
content="Ferne::Labs,FerneLabs,Starknet,Cartridge,Dojo,Ethereum,Vikare Battle,Overdrive,Depths of Dread,Argent,Telegram,Games,Web3"
/>
<!-- og -->
<meta property="og:title" content="Ferne::Labs" />
<meta property="og:description" content="Ferne::Labs game studio projects." />
<meta property="og:url" content="https://fernelabs.tech/" />
</head>
<body>
<div id="app" class="bg-background w-full h-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>