|
41 | 41 |
|
42 | 42 | <title>Judge0 IDE</title>
|
43 | 43 | <meta name="title" content="Judge0 IDE">
|
44 |
| - <meta name="description" content="Free and open-source online code editor that allows you to write and execute code from a rich set of languages."> |
| 44 | + <meta name="description" content="Free and open-source online code editor and compiler"> |
| 45 | + <meta name="author" content="Judge0 d.o.o."> |
45 | 46 | <meta name="keywords" content="online editor, online code editor, online ide, online compiler, online interpreter, run code online, learn programming online,
|
46 | 47 | online debugger, programming in browser, online code runner, online code execution, debug online, debug C code online, debug C++ code online,
|
47 | 48 | programming online, snippet, snippets, code snippet, code snippets, pastebin, execute code, programming in browser, run c online, run C++ online,
|
|
52 | 53 | <meta property="og:title" content="Judge0 IDE">
|
53 | 54 | <meta property="og:image" content="https://raw.githubusercontent.com/judge0/ide/refs/heads/master/.github/wallpaper.png">
|
54 | 55 | <meta property="og:image:alt" content="Judge0 IDE">
|
55 |
| - <meta property="og:description" content="Free and open-source online code editor that allows you to write and execute code from a rich set of languages."> |
| 56 | + <meta property="og:description" content="Free and open-source online code editor and compiler"> |
56 | 57 | <meta property="og:site_name" content="Judge0 IDE">
|
57 | 58 | <meta property="og:locale" content="en_US">
|
58 | 59 |
|
59 | 60 | <meta property="twitter:url" content="https://ide.judge0.com">
|
60 | 61 | <meta property="twitter:card" content="summary_large_image">
|
61 | 62 | <meta property="twitter:title" content="Judge0 IDE">
|
62 | 63 | <meta property="twitter:image" content="https://raw.githubusercontent.com/judge0/ide/refs/heads/master/.github/wallpaper.png">
|
63 |
| - <meta property="twitter:description" content="Free and open-source online code editor that allows you to write and execute code from a rich set of languages."> |
| 64 | + <meta property="twitter:description" content="Free and open-source online code editor and compiler"> |
64 | 65 |
|
65 |
| - <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /> |
66 |
| - <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
67 |
| - <link rel="shortcut icon" href="/favicon.ico" /> |
68 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 66 | + <link rel="shortcut icon" href="/favicons/favicon.ico" /> |
| 67 | + |
| 68 | + <link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" /> |
| 69 | + <link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png" /> |
| 70 | + |
| 71 | + <link rel="apple-touch-icon" sizes="180x180" href="/favicons/favicon-180x180.png" /> |
69 | 72 | <meta name="apple-mobile-web-app-title" content="Judge0 IDE" />
|
70 |
| - <link rel="manifest" href="/site.webmanifest" /> |
| 73 | + |
| 74 | + <link rel="manifest" href="/manifest.json" /> |
| 75 | + |
| 76 | + <meta name="msapplication-TileColor" content="#ffffff"> |
| 77 | + <meta name="theme-color" content="#ffffff"> |
71 | 78 | </head>
|
72 | 79 |
|
73 | 80 | <body>
|
|
0 commit comments