|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Codeit - Supported languages</title> |
| 6 | + <meta name="theme-color" content="#1a1c24"> |
| 7 | + <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no"> |
| 8 | + <link rel="shortcut icon" href="/icons/app-favicon.png"> |
| 9 | + <style> |
| 10 | + |
| 11 | + @font-face { |
| 12 | + font-family: 'Inter'; |
| 13 | + font-style: normal; |
| 14 | + font-weight: 100 900; |
| 15 | + font-display: swap; |
| 16 | + src: url('/fonts/Inter/Inter.var.woff2') format('woff2'); |
| 17 | + font-named-instance: 'Regular'; |
| 18 | + } |
| 19 | + |
| 20 | + |
| 21 | + html { |
| 22 | + height: 100%; |
| 23 | + background: #1a1c24; |
| 24 | + color: #d4d5d7; |
| 25 | + font-family: 'Inter', system-ui, sans-serif; |
| 26 | + text-align: center; |
| 27 | + } |
| 28 | + |
| 29 | + body { |
| 30 | + display: flex; |
| 31 | + flex-flow: column; |
| 32 | + margin: 0; |
| 33 | + max-width: 500px; |
| 34 | + margin: auto; |
| 35 | + padding: 0 20px; |
| 36 | + } |
| 37 | + |
| 38 | + .logo { |
| 39 | + width: 70px; |
| 40 | + border-radius: 22.5%; |
| 41 | + border: 1px solid rgba(255,255,255,.1); |
| 42 | + margin: 0 auto; |
| 43 | + margin-bottom: 24px; |
| 44 | + margin-top: 50px; |
| 45 | + } |
| 46 | + |
| 47 | + .title { |
| 48 | + font-size: 19px; |
| 49 | + margin-bottom: 24px; |
| 50 | + margin-top: 0; |
| 51 | + position: relative; |
| 52 | + text-align: center; |
| 53 | + } |
| 54 | + |
| 55 | + .button { |
| 56 | + display: flex; |
| 57 | + justify-content: center; |
| 58 | + align-items: center; |
| 59 | + border-radius: 15px; |
| 60 | + box-sizing: border-box; |
| 61 | + min-height: 40px; |
| 62 | + white-space: nowrap; |
| 63 | + font-size: 16px; |
| 64 | + padding: 7px 84px; |
| 65 | + height: 50px; |
| 66 | + width: 233px; |
| 67 | + font-weight: 500; |
| 68 | + background: hsl(223deg 88% 52%); |
| 69 | + color: #fff; |
| 70 | + margin: 0 auto; |
| 71 | + transition: .1s var(--ease-function); |
| 72 | + transition-property: background, color; |
| 73 | + } |
| 74 | + |
| 75 | + .button:hover { |
| 76 | + background: hsl(223deg 85% 54%); |
| 77 | + transition: none; |
| 78 | + } |
| 79 | + |
| 80 | + .button:active { |
| 81 | + color: rgba(255,255,255,0.25); |
| 82 | + background: hsla(223deg 88% 52% / 50%) !important; |
| 83 | + transition: none; |
| 84 | + } |
| 85 | + |
| 86 | + a { |
| 87 | + text-decoration: none; |
| 88 | + color: hsl(223deg 86% 73%); |
| 89 | + } |
| 90 | + |
| 91 | + a:hover { |
| 92 | + text-decoration: underline; |
| 93 | + } |
| 94 | + |
| 95 | + |
| 96 | + body { |
| 97 | + --ease-function: cubic-bezier(0.32, 0.08, 0.24, 1); |
| 98 | + } |
| 99 | + |
| 100 | + html, body { |
| 101 | + text-rendering: optimizeLegibility; |
| 102 | + font-feature-settings: "kern"; |
| 103 | + -webkit-font-feature-settings: "kern"; |
| 104 | + touch-action: manipulation; |
| 105 | + overscroll-behavior: none; |
| 106 | + -webkit-touch-callout: none; |
| 107 | + -webkit-font-smoothing: antialiased; |
| 108 | + -webkit-tap-highlight-color: transparent; |
| 109 | + -webkit-text-size-adjust: 100%; |
| 110 | + -webkit-overflow-scrolling: touch; |
| 111 | + -webkit-text-size-adjust: none; |
| 112 | + } |
| 113 | + |
| 114 | + </style> |
| 115 | + |
| 116 | + <meta name="description" content="Codeit runs on the web, open source, and free. Supports HTML, CSS, JavaScript, Python, Bootstrap, XML and more. Easy to use without how to."> |
| 117 | + |
| 118 | + <meta property="og:title" content="Codeit | Mobile code editor connected to Git"> |
| 119 | + <meta property="og:description" content="Codeit runs on the web, open source, and free. Supports HTML, CSS, JavaScript, Python, Bootstrap, XML and more. Easy to use without how to."> |
| 120 | + <meta property="og:url" content="https://codeit.codes"> |
| 121 | + <meta property="og:image" content="https://codeit.codes/images/banner-og.png"> |
| 122 | + <meta property="og:type" content="application"> |
| 123 | + <meta property="og:site_name" content="Codeit Code Editor"> |
| 124 | + |
| 125 | + <meta property="twitter:title" content="Codeit | Mobile code editor connected to Git"> |
| 126 | + <meta property="twitter:account_id" content="1484271514543345665"> |
| 127 | + <meta name="twitter:card" content="summary_large_image"> |
| 128 | + <meta property="twitter:domain" content="codeit.codes"> |
| 129 | + <meta property="twitter:url" content="https://codeit.codes"> |
| 130 | + <meta name="twitter:description" content="Codeit runs on the web, open source, and free. Supports HTML, CSS, JavaScript, Python, Bootstrap, XML and more. Easy to use without how to."> |
| 131 | + <meta name="twitter:image" content="https://codeit.codes/images/banner-og.png"> |
| 132 | + |
| 133 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 134 | + <meta name="referrer" content="origin-when-cross-origin"> |
| 135 | + <script defer="" data-domain="codeit.codes" src="https://plausible.io/js/plausible.js"></script> |
| 136 | + |
| 137 | +</head> |
| 138 | + |
| 139 | +<body ontouchstart=""> |
| 140 | + <img class="logo" src="/icons/iphone-app-180.png" width="80" draggable="false" alt="Codeit"> |
| 141 | + <p class="title">Supported languages</p> |
| 142 | + <div class="languages" style="display: inline-block;line-height: 1.5;text-align: left;width: max-content;margin: auto;">Just a sec...</div> |
| 143 | + <p style="margin-top: 50px;margin-bottom: 50px;"> |
| 144 | + <a href="/" style="color: inherit;">- ❤️ Codeit team</a> |
| 145 | + </p> |
| 146 | + |
| 147 | + <script src="https://prismjs.com/components.js"></script> |
| 148 | + <script> |
| 149 | + |
| 150 | + let out = ''; |
| 151 | + |
| 152 | + Object.keys(components.languages).forEach(lang => { |
| 153 | + |
| 154 | + out += '<li>' + lang + '</li>'; |
| 155 | + |
| 156 | + }); |
| 157 | + |
| 158 | + document.querySelector('.languages').innerHTML = out; |
| 159 | + |
| 160 | + </script> |
| 161 | + |
| 162 | +</body> |
| 163 | +</html> |
0 commit comments