Skip to content

Commit 2e490e5

Browse files
save file
1 parent d429f79 commit 2e490e5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

npm/esrecurse-browser/scripts/esrecurse-browser.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
#hdr
11-
{display:flex;gap:10px}
11+
{display:flex;gap:10px;align-items:center}
1212

1313
#terminal
1414
{height:500px}
@@ -36,7 +36,6 @@ <h3>esrecurse-browser</h3>
3636

3737
<script>
3838

39-
(()=>{
4039
console.clear();
4140
console.log('escurse-browser');
4241
console.log();
@@ -365,9 +364,7 @@ <h3>esrecurse-browser</h3>
365364

366365

367366

368-
})();
369-
370-
367+
371368
</script>
372369

373370

0 commit comments

Comments
 (0)