diff options
Diffstat (limited to 'src/shell.html')
-rw-r--r-- | src/shell.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.html b/src/shell.html index 43878973..4a1cb59c 100644 --- a/src/shell.html +++ b/src/shell.html @@ -13,6 +13,8 @@ </head> <body> <canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()"></canvas> + <ht/> + <div class="emscripten"><input type="button" value="fullscreen" onclick="Browser.requestFullScreen()"></div> <hr/> <textarea class="emscripten" id="output" rows="8"></textarea> <hr> |