added view modules

This commit is contained in:
logsol 2012-07-12 23:52:10 +02:00
parent 0210d482ab
commit d31304acd2
7 changed files with 149 additions and 1 deletions

28
view.html Executable file
View file

@ -0,0 +1,28 @@
<!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>