|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="referrer" content="no-referrer-when-downgrade" /> |
| 7 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 8 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| 9 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| 10 | + <meta name="msapplication-TileColor" content="#d7ff64" /> |
| 11 | + <meta name="theme-color" content="#ffffff" /> |
| 12 | + <title>Playground | Red Knot</title> |
| 13 | + <meta |
| 14 | + name="description" |
| 15 | + content="An in-browser playground for Red Knot, an extremely fast Python type-checker written in Rust." |
| 16 | + /> |
| 17 | + <meta name="keywords" content="ruff, python, rust, webassembly, wasm" /> |
| 18 | + <meta name="twitter:card" content="summary_large_image" /> |
| 19 | + <meta name="twitter:site" content="@astral_sh" /> |
| 20 | + <meta property="og:title" content="Playground | Ruff" /> |
| 21 | + <meta |
| 22 | + property="og:description" |
| 23 | + content="An in-browser playground for Ruff, an extremely fast Python type-checker written in Rust." |
| 24 | + /> |
| 25 | + <meta property="og:url" content="https://play.ruff.rs" /> |
| 26 | + <meta property="og:image" content="/Ruff.png" /> |
| 27 | + <link rel="canonical" href="https://playknot.ruff.rs" /> |
| 28 | + <link rel="icon" href="/favicon.ico" /> |
| 29 | + <script |
| 30 | + src="https://cdn.usefathom.com/script.js" |
| 31 | + data-site="XWUDIXNB" |
| 32 | + defer |
| 33 | + ></script> |
| 34 | + </head> |
| 35 | + <body> |
| 36 | + <div id="root"></div> |
| 37 | + <script type="module" src="/src/main.tsx"></script> |
| 38 | + </body> |
| 39 | +</html> |
0 commit comments