Dash delimited lower case words describe the cases

This commit is contained in:
Tim Schaub
2018-11-19 14:03:51 -07:00
parent 7036064ffc
commit 2131cc460c
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
<script src="main.js"></script>
</body>
</script>
</html>