Skip to content

Commit b96fbd6

Browse files
committed
Deploying to gh-pages from @ endbasic/endbasic@a9e2c18 🚀
1 parent d146ada commit b96fbd6

32 files changed

+28
-9
lines changed

11df88dcbda996d3f1fc.module.wasm

-337 KB
Binary file not shown.

2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3f6ea91c69095bd204fd.module.wasm

-338 KB
Binary file not shown.

3fdcf16e8e3f4916982b.module.wasm

1.07 MB
Binary file not shown.

56585abefbf0f6897161.module.wasm

-450 KB
Binary file not shown.

5f158dc076a7b9f0ac85.module.wasm

-337 KB
Binary file not shown.

60c867ebbdc8b7786277.module.wasm

-327 KB
Binary file not shown.

64340f31cb83e4002a53.module.wasm

-338 KB
Binary file not shown.

663283554ee3e8381000.module.wasm

-337 KB
Binary file not shown.

797ff6c99e256c1ffab4.module.wasm

-337 KB
Binary file not shown.

79c89f77c74baa8729e5.module.wasm

-324 KB
Binary file not shown.

862afde54df37c23e254.module.wasm

-338 KB
Binary file not shown.

8bfbd82467132a674c2f.module.wasm

-331 KB
Binary file not shown.

a0826d226b8eeb885afc.module.wasm

-337 KB
Binary file not shown.

aab0230d91b1d872e04f.module.wasm

-337 KB
Binary file not shown.

aae96493c55e8076056f.module.wasm

-431 KB
Binary file not shown.

b252cc33359ef18be9e9.module.wasm

-337 KB
Binary file not shown.

b5630cebf4b5ecfa9a50.module.wasm

-324 KB
Binary file not shown.

c303d76f8c7c610636e6.module.wasm

-338 KB
Binary file not shown.

ca13bbfcd6221ab597a8.module.wasm

-331 KB
Binary file not shown.

cf216f20d4217d1d13ae.module.wasm

-507 KB
Binary file not shown.

e31096f97c5f900142fc.module.wasm

-337 KB
Binary file not shown.

e4c59bb63b67824f8022.module.wasm

-337 KB
Binary file not shown.

e7fa156ee6edb5183dee.module.wasm

-337 KB
Binary file not shown.

fa5c0f9f8e811df2a498.module.wasm

-451 KB
Binary file not shown.
17.6 KB
Binary file not shown.
13.2 KB
Binary file not shown.
20.7 KB
Binary file not shown.
16.4 KB
Binary file not shown.

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<link rel="stylesheet" href="style.css" />
88

99
<!-- Global site tag (gtag.js) - Google Analytics -->
10-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167981243-1"></script>
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TMFTHF01XS"></script>
1111
<script>
1212
window.dataLayer = window.dataLayer || [];
1313
function gtag(){dataLayer.push(arguments);}
1414
gtag('js', new Date());
15-
gtag('config', 'UA-167981243-1');
15+
gtag('config', 'G-TMFTHF01XS');
1616
</script>
1717
</head>
1818

@@ -29,9 +29,12 @@
2929
</div>
3030

3131
<footer>
32-
<a href="https://github.com/jmmv/endbasic">EndBASIC</a>&nbsp;
33-
(<span id="build-id"></span>)&nbsp;&middot;&nbsp;
34-
<a id="report-issue" href="https://github.com/jmmv/endbasic/issues/new">Report
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
3538
an issue</a>
3639
</footer>
3740

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515
* under the License.
1616
*/
1717

18+
@font-face {
19+
font-family: "IBM Plex Mono";
20+
src: local('IBM Plex Mono'),
21+
url('/ibm-plex-5.1.3/IBMPlexMono-Regular-Latin1.woff2') format('woff2'),
22+
url('/ibm-plex-5.1.3/IBMPlexMono-Regular-Latin1.woff') format('woff');
23+
}
24+
25+
@font-face {
26+
font-family: "IBM Plex Sans";
27+
src: local('IBM Plex Sans'),
28+
url('/ibm-plex-5.1.3/IBMPlexSans-Regular-Latin1.woff2') format('woff2'),
29+
url('/ibm-plex-5.1.3/IBMPlexSans-Regular-Latin1.woff') format('woff');
30+
}
31+
1832
html, body {
1933
height: 100%;
2034
margin: 0;
@@ -93,9 +107,11 @@ footer {
93107
width: 100%;
94108
height: 30pt;
95109

96-
background-color: purple;
110+
background-color: #c50;
97111
color: white;
98-
font-family: Arial;
112+
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
113+
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
114+
"Segoe UI Symbol";
99115
font-size: 10pt;
100116

101117
padding-right: 10pt;

0 commit comments

Comments
 (0)