|
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
7 | 7 | <link href="repl.css" rel="stylesheet" /> |
8 | | - <title>webR REPL app</title> |
| 8 | + <title>webR - R in the browser</title> |
| 9 | + |
| 10 | + <!-- favicon--> |
| 11 | + <link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" /> |
| 12 | + <link rel="shortcut icon" href="/assets/favicon.ico" /> |
| 13 | + |
| 14 | + <!-- Open Graph meta tags for social media --> |
| 15 | + <meta property="og:title" content="webR - R in the browser" /> |
| 16 | + <meta property="og:description" content="Interactive R environment running in your browser. Execute R code, create plots, and analyze data without installing anything." /> |
| 17 | + <meta property="og:image" content="https://webr.sh/assets/banner.png" /> |
| 18 | + <meta property="og:image:alt" content="webR logo - R in the browser" /> |
| 19 | + <meta property="og:logo" content="https://webr.sh/assets/webR.png" /> |
| 20 | + <meta property="og:url" content="https://webr.sh" /> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:site_name" content="webR" /> |
| 23 | + |
| 24 | + <!-- Twitter Card meta tags --> |
| 25 | + <meta name="twitter:card" content="summary_large_image" /> |
| 26 | + <meta name="twitter:title" content="webR - R in the browser" /> |
| 27 | + <meta name="twitter:description" content="Interactive R environment running in your browser. Execute R code, create plots, and analyze data without installing anything." /> |
| 28 | + <meta name="twitter:image" content="https://webr.sh/assets/banner.png" /> |
| 29 | + <meta name="twitter:image:alt" content="webR logo - R in the browser" /> |
9 | 30 | </head> |
10 | 31 |
|
11 | 32 | <body> |
|
0 commit comments