odyssey-client/src/index.html

15 lines
364 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NSS Odyssey</title>
<link rel="stylesheet" href="style.scss" />
</head>
<body>
<main id="renderer"></main>
<main id="ui-cont"></main>
<script src="index.ts"></script>
</body>
</html>