summaryrefslogtreecommitdiffhomepage
path: root/vendor/html/minshell.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/html/minshell.html')
-rw-r--r--vendor/html/minshell.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/html/minshell.html b/vendor/html/minshell.html
index 5705975..ca17847 100644
--- a/vendor/html/minshell.html
+++ b/vendor/html/minshell.html
@@ -54,7 +54,9 @@ canvas.emscripten { border: 0px none; background-color: black; }
</script>
</head>
<body>
- <canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1 style="border:0px; outline:0px;"></canvas>
+ <div style="text-align: center">
+ <canvas class=emscripten id=canvas oncontextmenu=event.preventDefault() tabindex=-1 style="border:0px; outline:0px; display: inline-block; width:900px;"></canvas>
+ </div>
<p id="output" />
<script>
var Module = {