not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
577 B

  1. <!doctype html>
  2. <meta charset="utf-8">
  3. <body>
  4. <script src="lib/browser-polyfill.min.js"></script>
  5. <!-- ^^ This is only necessary for very old browser ^^ (such as Webkit1) -->
  6. <script src="lib/baselib.js"></script>
  7. <style>
  8. @font-face {
  9. font-family: "Noto Emoji";
  10. src: url("fonts/NotoEmoji.woff") format('woff');
  11. }
  12. .__terminal__ {
  13. font-family: "Noto Mono", "DejaVu Sans Mono", monospace;
  14. font-size: 16pt;
  15. }
  16. </style>
  17. <div id="__terminal__" class="__terminal__"></div>
  18. </body>