mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:05:15 +03:00
Truncate URL in 3rd animation
This commit is contained in:
parent
ce1972b636
commit
3ad61e1e98
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
const commands4 = [
|
||||
{ input: "$ tea https://github.com/teaxyz/demos/blob/main/hello-universe.sh<br><br>", output: `*** Interpreters ***<br><br>`},
|
||||
{ input: "$ tea github.com/teaxyz/hello-universe.sh<br><br>", output: `*** Interpreters ***<br><br>`},
|
||||
{ input: "", output: `TypeScript: Hello, World!<br>`},
|
||||
{ input: "", output: `Go: Hello, World!<br>`},
|
||||
{ input: "", output: `JavaScript: Hello, World!<br>`},
|
||||
|
|
Loading…
Reference in a new issue