mirror of https://github.com/astral-sh/ruff
Use Ruff favicon for playground (#5752)
This commit is contained in:
parent
af2a087806
commit
73228e914c
|
|
@ -1,20 +1,37 @@
|
||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="An in-browser playground for Ruff, an extremely fast Python linter written in Rust."
|
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="keywords" content="ruff, python, rust, webassembly, wasm" />
|
||||||
<title>Ruff Playground</title>
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<link
|
<meta name="twitter:site" content="@astral_sh" />
|
||||||
rel="icon"
|
<meta property="og:title" content="Playground | Ruff" />
|
||||||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚡</text></svg>"
|
<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" />
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||||
<script src="https://cdn.usefathom.com/script.js" data-site="XWUDIXNB" defer></script>
|
<script
|
||||||
|
src="https://cdn.usefathom.com/script.js"
|
||||||
|
data-site="XWUDIXNB"
|
||||||
|
defer
|
||||||
|
></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 563 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue