19 lines
721 B
HTML
19 lines
721 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet" />
|
|
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Decentraland - Cast" />
|
|
<title>Decentraland - Cast</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|