ctf-ui

by spencercooper

HTML

<!doctype html>
<html>

  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>VCC CTF Challenge Server</title>
    <link rel="stylesheet" href="https://unpkg.com/xterm@latest/dist/xterm.css" />
    <link rel="stylesheet" href="https://unpkg.com/xterm@latest/dist/addons/fullscreen/fullscreen.css" />
    <script src="https://unpkg.com/xterm@latest/dist/xterm.js"></script>
    <script src="https://unpkg.com/xterm@latest/dist/addons/attach/attach.js"></script>
    <script src="https://unpkg.com/xterm@latest/dist/addons/webLinks/webLinks.js"></script>
    <script src="https://unpkg.com/xterm@latest/dist/addons/fit/fit.js"></script>
    <script src="https://unpkg.com/xterm@latest/dist/addons/fullscreen/fullscreen.js"></script>
    <script src="https://unpkg.com/xterm@latest/dist/addons/zmodem/zmodem.js"></script>
    <script src="https://unpkg.com/xterm@latest/dist/addons/search/search.js"></script>
    <script src="http://denzuko.freeshell.org/js/escapes.min.js"></script>
    <style>
    @font-face {
  font-family: 'FantasqueSansMonoBold';
  src: url(https://int10h.org/webfonts/webfonts/FantasqueSansMonoBold.eot); /* IE 9 Compatibility Mode */
  src: url(https://int10h.org/webfonts/webfonts/FantasqueSansMonoBold.ttf) format('truetype'); /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FantasqueSansMonoRegular';
  src: url(https://int10h.org/webfonts/webfonts/FantasqueSansMonoBold.eot); /* IE 9 Compatibility Mode */
  src: url(https://int10h.org/webfonts//webfonts/FantasqueSansMonoRegular.ttf) format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
      @font-face {
        font-family: 'cp437';
        src: url(https://int10h.org/webfonts//webfonts/vga_squarepx.eot);
        src: url(https://int10h.org/webfonts//webfonts/vga_squarepx.eot?#iefix) format('embedded-opentype'),
            ...