This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyfive/src/index.html

15 lines
375 B
HTML
Raw Permalink Normal View History

2020-09-26 00:58:20 +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>
2020-09-27 00:38:43 +00:00
<link rel="stylesheet" href="screen.scss" />
2020-09-26 00:58:20 +00:00
<link rel="icon" href="favicon.ico" />
</head>
<body>
<main id="app"></main>
2020-09-27 00:38:43 +00:00
<script src="./index.tsx"></script>
2020-09-26 00:58:20 +00:00
</body>
</html>