index.html 834 B

1234567891011121314151617181920212223242526
  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. pgsh
  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. <terminal shell='pgsh' welcome='
  17. Linux parsleygardens.net 3.4.5-6-7-i286 #8 PGS Vimputer 3.4.56-7 i286
  18. ~ Welcome to Parsley Gardens! ~
  19. "He maketh me to lie down in green pa..."
  20. Enter "help" for list of commands
  21. '></terminal>
  22. </body>
  23. </html>