-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
2 lines (2 loc) · 1.09 KB
/
index.html
1
2
<!doctype html><html><head><meta charset="utf-8"><title>EndBASIC</title><link rel="stylesheet" href="style.css"/><script defer="defer" src="index.js"></script></head><body><canvas id="terminal" width="800" height="600">EndBASIC terminal window.</canvas><input id="mobile-input" autocomplete="off"/><div id="controls"><button id="button-esc" type="button">Esc</button> <button id="button-up" type="button">↑</button> <button id="button-down" type="button">↓</button> <button id="button-left" type="button">←</button> <button id="button-right" type="button">→</button></div><footer><a href="https://www.endbasic.dev/">EndBASIC</a> (<span id="build-id">Loading; please wait...</span>) · <span id="terminal-size">0x0 pixels, 0x0 chars</span> · <a id="report-issue" href="https://github.com/endbasic/endbasic/issues/new">Report an issue</a></footer><script type="module">import { RequestsClient } from "https://www.endbasic.dev/js/main-exported.js";
new RequestsClient("6a633c2c-7fda-11ec-86e4-1cfd087199c2").saveRequest();</script></body></html>