Skip to content

Commit 2b8d722

Browse files
committed
Deploying to gh-pages from @ endbasic/endbasic@31f68b5 🚀
1 parent b96fbd6 commit 2b8d722

16 files changed

+38
-251
lines changed

0183d82e2e16c11fadac.module.wasm

1.19 MB
Binary file not shown.

1.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

2.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

3fdcf16e8e3f4916982b.module.wasm

-1.07 MB
Binary file not shown.
-17.6 KB
Binary file not shown.
-13.2 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
17.3 KB
Binary file not shown.
13.4 KB
Binary file not shown.
16.4 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<title>EndBASIC</title>
6-
<link rel="stylesheet" href="xterm.css" />
7-
<link rel="stylesheet" href="style.css" />
8-
9-
<!-- Global site tag (gtag.js) - Google Analytics -->
10-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TMFTHF01XS"></script>
11-
<script>
12-
window.dataLayer = window.dataLayer || [];
1+
<!doctype html><html><head><meta charset="utf-8"><title>EndBASIC</title><link rel="stylesheet" href="style.css"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-TMFTHF01XS"></script><script>window.dataLayer = window.dataLayer || [];
132
function gtag(){dataLayer.push(arguments);}
143
gtag('js', new Date());
15-
gtag('config', 'G-TMFTHF01XS');
16-
</script>
17-
</head>
18-
19-
<body>
20-
<div id="terminal">
21-
<noscript>Javascript is required for this site.</noscript>
22-
</div>
23-
<div id="controls">
24-
<button id="button-esc" type="button">Esc</button>
25-
<button id="button-up" type="button">&uarr;</button>
26-
<button id="button-down" type="button">&darr;</button>
27-
<button id="button-left" type="button">&larr;</button>
28-
<button id="button-right" type="button">&rarr;</button>
29-
</div>
30-
31-
<footer>
32-
<a href="https://www.endbasic.dev/">EndBASIC</a>&nbsp;
33-
(<span id="build-id"></span>)
34-
&nbsp;&middot;&nbsp;
35-
<a href="https://www.endbasic.dev/service.html">Create account</a>
36-
&nbsp;&middot;&nbsp;
37-
<a id="report-issue" href="https://github.com/endbasic/endbasic/issues/new">Report
38-
an issue</a>
39-
</footer>
40-
41-
<script src="index.js"></script>
42-
</body>
43-
</html>
4+
gtag('config', 'G-TMFTHF01XS');</script><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">&uarr;</button> <button id="button-down" type="button">&darr;</button> <button id="button-left" type="button">&larr;</button> <button id="button-right" type="button">&rarr;</button></div><footer><a href="https://www.endbasic.dev/">EndBASIC</a>&nbsp; (<span id="build-id">Loading; please wait...</span>) &nbsp;&middot;&nbsp; <span id="terminal-size">0x0 pixels, 0x0 chars</span> &nbsp;&middot;&nbsp; <a href="https://www.endbasic.dev/service.html">Create account</a> &nbsp;&middot;&nbsp; <a id="report-issue" href="https://github.com/endbasic/endbasic/issues/new">Report an issue</a></footer></body></html>

0 commit comments

Comments
 (0)