This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>swarmbots.wgpu — 10k robots</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
| <style> | |
| :root { color-scheme: dark; } | |
| body { margin:0; font:14px/1.3 system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background:#0b0e14; color:#e6e9ef; } | |
| #wrap { display:grid; grid-template-columns: 320px 1fr; min-height:100vh; } |