/ index.html
index.html
 1  <!doctype html>
 2  <html lang="en" data-theme="slack">
 3  	<head>
 4  		<title>RadixVerse</title>
 5  		<meta charset="utf-8"/>
 6  		<meta name="viewport" content="width=device-width,initial-scale=1"/>
 7  		<link rel="icon" href="/images/icon.ico" sizes="48x48">
 8  		<script type="module" src="/src/app.tsx"></script>
 9  	</head>
10  	<body>
11  		<noscript>You need to enable JavaScript to run this app.</noscript>
12  		<div id="root"></div>
13  	</body>
14  </html>