chuck.js/view.html
2012-07-12 23:52:10 +02:00

28 lines
585 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Chuck</title>
<script data-main="view" src="node_modules/requirejs/require.js"></script>
<style>
html, body {
margin: 0;
padding: 0;
display: table;
width: 100%;
height: 100%;
background: #000;
}
#container {
text-align: center;
display: table-cell;
vertical-align: middle;
height: 100%;
}
canvas {
background: #333;
}
</style>
</head>
<body>
</body>
</html>