-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
22 lines (20 loc) · 995 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<script src="https://kit.fontawesome.com/03153ce6a2.js" crossorigin="anonymous"></script>
<title>Solid App</title>
</head>
<body class="antialiased text-white font-body bg-gray-800 p-0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" tabindex="-1"></div>
<div class="max-w-screen-lg p-4 mb-5 mx-auto text-sm text-gray-300">
Age Of Empires 4 © Microsoft Corporation. Aoe4world Explorer was created under Microsoft's "
<a href="https://www.xbox.com/en-US/developers/rules" target="_blank" class="text-gray-200"> Game Content Usage Rules </a>
" using assets from Age Of Empires 4, and it is not endorsed by or affiliated with Microsoft.
</div>
<script src="/src/dev.tsx" type="module"></script>
</body>
</html>