Advertisement
robbieradiant

Term Folder | TH

Feb 23rd, 2025 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.59 KB | None | 0 0
  1. <!--
  2.    TERM FOLDER BY CONNORHEDGEHOG
  3.    make sure every line in the terminal ends with <br>! that's the line break tag
  4.    long text won't automatically line break to allow for dividers to work on mobile, keep that in mind
  5.    
  6.    dividers for copy and pasting:
  7.    ==========================================
  8.    ------------------------------------------
  9.    
  10.    please keep at least one of my credits! there's an icon at the bottom so you can remove the text
  11. -->
  12.  
  13. <!-- try replacing all #33ff33 with #ffcc00 for amber text, or with #00FF66 for a more minty green -->
  14. <div class="card no-gutters mx-auto p-3 border-0" style="background-color:#232823;color:#33ff33;max-width:400px;height:292px;border-radius:10px;">
  15.     <div style="font-family: Andale Mono, monospace;overflow:hidden;">
  16.         <p class="m-0">
  17.             TOYHOU.SE, VERSION 3.14<br>
  18.             (C) CODE BY <a href="https://toyhou.se/connorhedgehog" style="color:#33ff33"><u>CONNORHEDGEHOG</u></a> 2025<br>
  19.             ==========================================<br>
  20.             <br>
  21.             > dir<br>
  22.             <a href="https://toyhou.se/LINK_HERE" style="color:#33ff33">[LINK HERE]</a><br>
  23.             <a href="https://toyhou.se/LINK_HERE" style="color:#33ff33">> LINK HERE</a><br>
  24.             <br>
  25.             > <span class="fa-fade">_</span>
  26.         </p>
  27.     </div>
  28. </div>
  29.  
  30. <a href="https://toyhou.se/connorhedgehog">
  31.     <p align="center">
  32.         <i class="fas fa-cow tooltipster" target="_blank" data-toggle="tooltip" title="CODE: CONNORHEDGEHOG" data-placement="bottom" style="color:#33ff33"></i>
  33.     </p>
  34. </a>
Tags: toyhouse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement