| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <meta name="referrer" content="no-referrer-when-downgrade" /> |
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| <meta name="msapplication-TileColor" content="#d7ff64" /> |
| <meta name="theme-color" content="#ffffff" /> |
| <title>Playground | Ruff</title> |
| <meta |
| name="description" |
| content="An in-browser playground for Ruff, an extremely fast Python linter written in Rust." |
| /> |
| <meta name="keywords" content="ruff, python, rust, webassembly, wasm" /> |
| <meta name="twitter:card" content="summary_large_image" /> |
| <meta name="twitter:site" content="@astral_sh" /> |
| <meta property="og:title" content="Playground | Ruff" /> |
| <meta |
| property="og:description" |
| content="An in-browser playground for Ruff, an extremely fast Python linter written in Rust." |
| /> |
| <meta property="og:url" content="https://play.ruff.rs" /> |
| <meta property="og:image" content="/Ruff.png" /> |
| <link rel="canonical" href="https://play.ruff.rs" /> |
| <link rel="icon" href="/favicon.ico" /> |
| <script |
| src="https://cdn.usefathom.com/script.js" |
| data-site="XWUDIXNB" |
| defer |
| ></script> |
| </head> |
| <body> |
| <div id="root"></div> |
| <script type="module" src="/src/main.tsx"></script> |
| </body> |
| </html> |