index.html 870 B

1234567891011121314151617181920
  1. <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
  2. <html>
  3. <head>
  4. <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
  5. <title>
  6. Prompt
  7. </title>
  8. <link rel='stylesheet' type='text/css' href='css/style.css' />
  9. <script src='js/vendor/riot+compiler.min.js'></script>
  10. <script src='js/vendor/he.js'></script>
  11. <script src='js/pgsh.js'></script>
  12. <script src='tags/terminal.tag' type='riot/tag'></script>
  13. <script>riot.mount('terminal')</script>
  14. </head>
  15. <body>
  16. <div class='sc-content'>
  17. <terminal shell='pgsh' welcome='Linux parsleygardens.net 3.4.5-6-7-i286 #8 PGS Vimputer 3.4.56-7 i286<br /><br />~ Welcome to Parsley Gardens! ~<br />"He maketh me to lie down in green pa..."<br /><br />Enter "help" for list of commands'></terminal>
  18. </div>
  19. </body>
  20. </html>