Skip to content

Commit 89718fb

Browse files
save file
1 parent f30491c commit 89718fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code-dev/25-10-21/override-createserver/override-createserver.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<style>
1616

17-
html {}
17+
html {font-family:arial}
1818
body {margin:20px;padding-bottom:200px}
1919
#root {display:flex;flex-direction:column;gap:20px;height:100%}
2020

@@ -82,6 +82,8 @@
8282
[srcdoc] = await ext.text.github('javascript-2020:javascript-2020.github.io:main:blog/25-07-25/http-streaming-download/ex/srcdoc.html');
8383

8484
server = mod.server;
85+
console.log(server);
86+
8587
test = mod.test;
8688
con = mod.console;
8789
log = mod.log;

0 commit comments

Comments
 (0)