smaple terminal code

This commit is contained in:
Thomas Smith 2023-01-23 11:31:12 -05:00
parent 85b6016a92
commit 8a8e6a1544
2 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -46,7 +46,7 @@ h5{
}
.lead{
background-color: #1a1a1a !important;
background-color: none !important;
}
p{