| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <title>Yixboost CTF Team</title>
- <link rel="icon" type="image/png" href="assets/images/logo.png" />
- <link rel="apple-touch-icon" sizes="180x180" href="assets/images/logo.png">
- <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet"/>
- <link href="assets/css/styles.css" rel="stylesheet"/>
- </head>
- <body>
- <section class="terminal" id="terminal">
- <div class="terminal-titlebar" id="titlebar">
- <span class="titlebar-label">~ terminal</span>
- <div class="titlebar-controls">
- <button class="wm-btn wm-minimize" id="btn-minimize" aria-label="Minimize">
- <svg viewBox="0 0 16 16" width="10" height="10"><line x1="3" y1="8" x2="13" y2="8" stroke="rgba(0,0,0,0.55)" stroke-width="1.6" stroke-linecap="round"/></svg>
- </button>
- <button class="wm-btn wm-maximize" id="btn-maximize" aria-label="Maximize">
- <svg viewBox="0 0 16 16" width="10" height="10"><rect x="3.5" y="3.5" width="9" height="9" rx="1.5" fill="none" stroke="rgba(0,0,0,0.55)" stroke-width="1.5"/></svg>
- </button>
- <button class="wm-btn wm-close" id="btn-close" aria-label="Close">
- <svg viewBox="0 0 16 16" width="10" height="10">
- <line x1="3" y1="3" x2="13" y2="13" stroke="rgba(0,0,0,0.55)" stroke-width="1.6" stroke-linecap="round"/>
- <line x1="13" y1="3" x2="3" y2="13" stroke="rgba(0,0,0,0.55)" stroke-width="1.6" stroke-linecap="round"/>
- </svg>
- </button>
- </div>
- </div>
- <div class="terminal-body">
- <span class="prompt">$</span> whoami<br/>
- <span class="output">yixboost — ctf team</span><br/>
- <span class="prompt">$</span> cat members.txt<br/>
- <span class="output">a bunch of teenagers</span><br/>
- <span class="prompt">$</span> cat goal.txt<br/>
- <span class="output">have fun, learn stuff, maybe get a flag</span><br/>
- <span class="prompt">$</span> <span class="cursor"></span>
- </div>
- <div class="resize-handle resize-n" data-dir="n"></div>
- <div class="resize-handle resize-s" data-dir="s"></div>
- <div class="resize-handle resize-w" data-dir="w"></div>
- <div class="resize-handle resize-e" data-dir="e"></div>
- <div class="resize-handle resize-nw" data-dir="nw"></div>
- <div class="resize-handle resize-ne" data-dir="ne"></div>
- <div class="resize-handle resize-sw" data-dir="sw"></div>
- <div class="resize-handle resize-se" data-dir="se"></div>
- </section>
- <div class="startmenu" id="startmenu" aria-hidden="true">
- <div class="startmenu-inner">
- <div class="sm-left">
- <p class="sm-section-label">Pinned</p>
- <div class="sm-pinned">
- <a class="sm-app" href="https://link.yixboost.dev/ctftime" target="_blank" id="sm-ctftime">
- <div class="sm-app-icon sm-icon-img">
- <img src="assets/images/ctftime.png" alt="CTFtime" width="36" height="36"/>
- </div>
- <span>CTFtime</span>
- </a>
- <a class="sm-app" href="https://git.tuxworld.nl/yixboost-ctf-team" target="_blank" id="sm-tuxforge">
- <div class="sm-app-icon sm-icon-img">
- <img src="assets/images/tuxforge.png" alt="TuxForge" width="36" height="36"/>
- </div>
- <span>TuxForge</span>
- </a>
- <button class="sm-app" id="sm-terminal-launch">
- <div class="sm-app-icon sm-icon-term">
- <svg viewBox="0 0 24 24" width="22" height="22" fill="none" xmlns="http://www.w3.org/2000/svg">
- <rect x="2" y="3" width="20" height="16" rx="2" stroke="white" stroke-width="1.6"/>
- <path d="M6 8l4 3.5L6 15" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
- <line x1="13" y1="15" x2="18" y2="15" stroke="white" stroke-width="1.6" stroke-linecap="round"/>
- </svg>
- </div>
- <span>Terminal</span>
- </button>
- </div>
- </div>
- <div class="sm-right">
- <p class="sm-section-label">About</p>
- <div class="sm-info">
- <div class="sm-info-row">
- <span class="sm-info-key">team</span>
- <span class="sm-info-val">yixboost</span>
- </div>
- <div class="sm-info-row">
- <span class="sm-info-key">members</span>
- <span class="sm-info-val">cool teenagers</span>
- </div>
- <div class="sm-info-row">
- <span class="sm-info-key">goal</span>
- <span class="sm-info-val">get the flag</span>
- </div>
- </div>
- <div class="sm-divider"></div>
- <p class="sm-section-label">Links</p>
- <a class="sm-link" href="https://ctftime.org" target="_blank">→ ctftime.org</a>
- <a class="sm-link" href="https://git.tuxworld.nl" target="_blank">→ git.tuxworld.nl</a>
- </div>
- </div>
- <div class="sm-footer">
- <div class="sm-user">
- <div class="sm-avatar">yx</div>
- <span>yixboost</span>
- </div>
- <button class="sm-power" title="Power off" aria-label="Power">
- <svg viewBox="0 0 24 24" width="16" height="16" fill="none">
- <path d="M12 3v9" stroke="white" stroke-width="2" stroke-linecap="round"/>
- <path d="M7 6.3A8 8 0 1 0 17 6.3" stroke="white" stroke-width="2" stroke-linecap="round"/>
- </svg>
- </button>
- </div>
- </div>
- <nav class="taskbar" id="taskbar">
- <button class="tb-start" id="tb-start" aria-label="Start menu" title="Start">
- <img src="assets/images/logo.png" alt="Start" width="26" height="26" style="border-radius:4px;display:block;"/>
- </button>
- <div class="tb-windows" id="tb-windows">
- <button class="tb-window-item" id="tb-terminal-item" title="~ terminal">
- <div class="tb-win-icon">
- <svg viewBox="0 0 24 24" width="14" height="14" fill="none">
- <rect x="2" y="3" width="20" height="16" rx="2" stroke="white" stroke-width="1.8"/>
- <path d="M6 8l4 3.5L6 15" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
- <line x1="13" y1="15" x2="18" y2="15" stroke="white" stroke-width="1.8" stroke-linecap="round"/>
- </svg>
- </div>
- <span class="tb-win-name">terminal</span>
- <div class="tb-win-indicator"></div>
- </button>
- </div>
- <div class="tb-right">
- <div class="tb-clock" id="tb-clock">
- <span id="tb-time">00:00</span>
- <span id="tb-date">Mon 01 Jan</span>
- </div>
- </div>
- </nav>
- <script src="assets/js/script.js"></script>
- </body>
- </html>
|