papercats/public/index.html

17 lines
426 B
HTML

<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="bundle.js"></script>
<style>
body, html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: black;
}
</style>
</head>
<body>
<canvas id="main-ui"></canvas>
</body>