mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:15:06 +03:00
smaple terminal code
This commit is contained in:
parent
85b6016a92
commit
8a8e6a1544
2 changed files with 6 additions and 6 deletions
|
@ -22,15 +22,15 @@
|
|||
<div class="terminal flex">
|
||||
<div class="terminal-bar dark-gray-bg"></div>
|
||||
<div class="p-5">
|
||||
<code class="lead teal">
|
||||
$ node --eval 'console.log("Hello World!")'command not found: node<br><br>
|
||||
<p class="teal lead">
|
||||
node --eval 'console.log("Hello World!")'<br>command not found: node<br><br>
|
||||
|
||||
$ sh <(curl tea.xyz) --yes installing ~/.tea…<br><br>
|
||||
sh <(curl tea.xyz) --yes installing ~/.tea…<br><br>
|
||||
|
||||
$ node --eval 'console.log("Hello World!")'
|
||||
node --eval 'console.log("Hello World!")'<br>
|
||||
tea: installing nodejs.org^19
|
||||
Hello World!
|
||||
</code>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -46,7 +46,7 @@ h5{
|
|||
}
|
||||
|
||||
.lead{
|
||||
background-color: #1a1a1a !important;
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
p{
|
||||
|
|
Loading…
Reference in a new issue