inz

webssh.html5 (raw)

  1. <head>
  2. <title>ircing.org</title>
  3. <link rel="stylesheet" type="text/css" href="node_modules/xterm/dist/xterm.css"/>
  4. <link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet"/>
  5. <style type="text/css">
  6. body, html {
  7. margin: 0;
  8. padding: 0;
  9. max-height: 100%;
  10. height: 100%;
  11. background: #000000;
  12. }
  13. .terminal {
  14. font-family: 'Droid Sans Mono', monospace !important;
  15. font-size: 10pt;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div id="terminal"></div>
  21. <script src="bundle.js"></script>
  22. </body>
  23. </html>
  24.  
  25.