src/client/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500|Roboto:300,400,500,700"
rel="stylesheet"
/>
<script type="module" src="./index.tsx" />
</head>
<body>
<style>
body {
margin: 0;
padding: 0;
}
</style>
<div id="App"></div>
<noscript>This app requires JavaScript enabled to work.</noscript>
</body>
</html>