<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Edge Server</title><link href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Instrument+Sans:wght@600&display=swap" rel="stylesheet"><style>:root{--background:oklch(1 0 0);--foreground:oklch(.145 0 0);--muted-foreground:oklch(.556 0 0);--font-display:"Instrument Sans",sans-serif;--font-body:"Geist",sans-serif}.dark{--background:oklch(.145 0 0);--foreground:oklch(.985 0 0);--muted-foreground:oklch(.708 0 0);color-scheme:dark}body{box-sizing:border-box;overflow:hidden;background-color:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem}.container{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}h1{font-family:var(--font-display);font-size:3rem;font-weight:600;line-height:1;margin:0}@media (min-width:768px){h1{font-size:4.5rem}}p{font-size:1.25rem;color:var(--muted-foreground);margin:0}</style><script>(()=>{const e=localStorage.getItem("theme"),t=window.matchMedia("(prefers-color-scheme: dark)").matches,a="dark"===e||!e&&t;document.documentElement.classList.toggle("dark",a),document.documentElement.style.colorScheme=a?"dark":"light"})();</script></head><body><div class="container"><h1>Edge Server</h1><p>wyd here</p></div></body></html>