|
39 | 39 | <script type="text/javascript" src="js/ui.js"></script>
|
40 | 40 | <link type="text/css" rel="stylesheet" href="css/ide.css">
|
41 | 41 |
|
42 |
| - <title>Judge0 IDE - Free and open-source online code editor.</title> |
43 |
| - <meta name="title" content="Judge0 IDE - Free and open-source online code editor."> |
| 42 | + <title>Judge0 IDE - Online code compiler and editor</title> |
| 43 | + <meta name="title" content="Judge0 IDE - Online code compiler and editor"> |
44 | 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.">
|
45 | 45 | <meta name="keywords" content="online editor, online code editor, online ide, online compiler, online interpreter, run code online, learn programming online,
|
46 | 46 | online debugger, programming in browser, online code runner, online code execution, debug online, debug C code online, debug C++ code online,
|
|
49 | 49 |
|
50 | 50 | <meta property="og:url" content="https://ide.judge0.com">
|
51 | 51 | <meta property="og:type" content="website">
|
52 |
| - <meta property="og:title" content="Judge0 IDE - Free and open-source online code editor."> |
| 52 | + <meta property="og:title" content="Judge0 IDE - Online code compiler and editor"> |
53 | 53 | <meta property="og:image" content="https://raw.githubusercontent.com/judge0/ide/refs/heads/master/.github/wallpaper.png">
|
54 | 54 | <meta property="og:image:alt" content="Judge0 IDE">
|
55 | 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.">
|
|
58 | 58 |
|
59 | 59 | <meta property="twitter:url" content="https://ide.judge0.com">
|
60 | 60 | <meta property="twitter:card" content="summary_large_image">
|
61 |
| - <meta property="twitter:title" content="Judge0 IDE - Free and open-source online code editor."> |
| 61 | + <meta property="twitter:title" content="Judge0 IDE - Online code compiler and editor"> |
62 | 62 | <meta property="twitter:image" content="https://raw.githubusercontent.com/judge0/ide/refs/heads/master/.github/wallpaper.png">
|
63 | 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 | 64 |
|
|
158 | 158 | <div id="judge0-status-line" class="ui bottom right attached label"></div>
|
159 | 159 |
|
160 | 160 | <!-- <i class="copyright outline icon"></i>2016-2025 Judge0 d.o.o. – All Rights Reserved. -->
|
| 161 | + <script> |
| 162 | + if ("serviceWorker" in navigator) { |
| 163 | + navigator.serviceWorker.register("sw.js").then(() => console.log("Service Worker Registered")); |
| 164 | + } |
| 165 | + </script> |
161 | 166 | </body>
|
162 | 167 | </html>
|
0 commit comments