kettek2/wiki/playground/pipes/index.html

21 lines
427 B
HTML

<!doctype html>
<html>
<head>
<script type='text/javascript' src='./index.js'></script>
<script type='text/javascript' src='./js/pipes.js'></script>
<style type='text/css'>
body, html {
padding: 0; margin: 0;
width: 100%; height:100%;
}
#target_canvas {
display: block;
border: 1px solid red;
}
</style>
</head>
<body>
<canvas width=800 height=600 id='target_canvas'></canvas>
</body>
</html>