odyssey-client/src/index.html

15 lines
364 B
HTML
Raw Normal View History

2020-10-05 13:10:12 +00:00
<!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>
2020-10-05 15:35:29 +00:00
<main id="renderer"></main>
<main id="ui-cont"></main>
2020-10-05 13:10:12 +00:00
<script src="index.ts"></script>
</body>
</html>