<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TFVisualizer</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Space+Mono|Material+Icons" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="public/favicon-32x32.png" sizes="32x32">
<style>
html, body {
overflow: hidden !important;
}
.application {
font-family: Space Mono, monospace !important;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="./dist/build.js"></script>
</body>
</html>