Guest User

Untitled

a guest
May 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> </title>
  4. <style type="text/css">
  5. <!--
  6. body { background-color: black; font-family: monospace; font-size: 16px; font-weight: bold; }
  7. .red { color: red; }
  8. .yel { color: yellow; }
  9. .nc { color: white; }
  10. -->
  11. </style>
  12. </head>
  13. <body>
  14.  
  15. <p><span class="nc">
  16. <span class="red">root[ /usr/bin ] # </span>
  17. <span class="yel">ls | grep foo</span ><br />
  18. ./foo-demo<br />
  19. ./bananafoo<br />
  20. <span class="red">root[ /usr/bin ] # </span>
  21. <span class="yel">echo "another command"</span><br />
  22. another command<br />
  23. </span></p>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment