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 flex">
<div class="terminal-bar dark-gray-bg"></div> <div class="terminal-bar dark-gray-bg"></div>
<div class="p-5"> <div class="p-5">
<code class="lead teal"> <p class="teal lead">
$ node --eval 'console.log("Hello World!")'command not found: node<br><br> 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 tea: installing nodejs.org^19
Hello World! Hello World!
</code> </p>
</div> </div>
</div> </div>
</div> </div>

View file

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