diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..2c97b5e --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf8"/> +<style> +canvas { + background-color: #000000; + border-collapse: collapse; +} +body { + padding: 0; + margin: 0; + overflow: hidden; +} +</style> +</head> +<body onload="on_init()"> +<script src="src/main.js"/> +</script> +</body> +</html> |