Skip to content

Commit 0de43eb

Browse files
committed
Update full.html
1 parent 87c191b commit 0de43eb

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

full.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html style="background: #313744" translate="no">
33
<head>
44

5-
<title>Codeit</title>
5+
<title>Codeit | Mobile code editor connected to Git</title>
66

77
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
88

@@ -13,25 +13,27 @@
1313
<meta name="apple-mobile-web-app-title" content="Codeit">
1414

1515
<meta charset="utf-8">
16-
<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.">
17-
16+
<meta name="description" content="Codeit is the easiest way to code and run Git repos. Supports HTML, CSS, JavaScript, Python, Bootstrap, XML and more.">
17+
1818
<meta property="og:title" content="Codeit | Mobile code editor connected to Git">
19-
<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.">
19+
<meta property="og:description" content="Codeit is the easiest way to code and run Git repos. Supports HTML, CSS, JavaScript, Python, Bootstrap, XML and more.">
2020
<meta property="og:url" content="https://codeit.codes">
2121
<meta property="og:image" content="https://codeit.codes/images/banner-og.png">
22-
<meta property="og:type" content="application">
23-
<meta property="og:site_name" content="Codeit Code Editor">
24-
22+
<meta property="og:type" content="website">
23+
<meta property="og:site_name" content="Codeit">
24+
2525
<meta property="twitter:title" content="Codeit | Mobile code editor connected to Git">
26-
<meta property="twitter:account_id" content="1484271514543345665">
26+
<meta property="twitter:site" content="@codeitcodes">
27+
<meta property="twitter:site:id" content="@codeitcodes">
28+
<meta property="twitter:creator" content="@codeitcodes">
29+
<meta property="twitter:creator:id" content="@codeitcodes">
2730
<meta name="twitter:card" content="summary_large_image">
2831
<meta property="twitter:domain" content="codeit.codes">
29-
<meta property="twitter:url" content="https://codeit.codes">
30-
<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.">
32+
<meta property="twitter:url" content="https://codeit.codes/">
33+
<meta name="twitter:description" content="Codeit is the easiest way to code and run Git repos. Supports HTML, CSS, JavaScript, Python, Bootstrap, XML and more.">
3134
<meta name="twitter:image" content="https://codeit.codes/images/banner-og.png">
32-
33-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
34-
<meta name="referrer" content="origin-when-cross-origin">
35+
36+
<meta name="referrer" content="default">
3537
<meta name="keywords" content="code editor, version control tools, source code versioning, source code management tools, python, jquery demo, html, git, how to, bootstrap, jquery, javascript, javascript tutorial, javascript tutorial for beginners, javascript programming, html web form, create form in html, responsive web design, html web design, html design, responsive website development, html5 tutorial, html5 css3, html5 development, web design software, web development software, git tutorial, git howto, git repository, git command, git source code, top programming languages to learn, best programming language, best computer language, open source, open source code, open source applications, source code editor, software development tools, development tool, software developer tools list, programmer tool, web application development software">
3638
<link rel="canonical" href="https://codeit.codes/">
3739
<meta name="next-head-count" content="24">
@@ -40,15 +42,14 @@
4042

4143
<link rel="shortcut icon" href="/icons/android-app-512.png">
4244
<link rel="apple-touch-icon" href="/icons/iphone-app-180.png">
43-
44-
<link rel="stylesheet" href="/full.css">
45-
45+
4646
<link rel="apple-touch-startup-image" href="https://codeit.codes/splashes/apple-splash-2048-2732.jpg" media="(orientation: portrait) and (orientation: landscape)">
4747

4848
<link rel="preconnect" href="https://codeit.codes">
4949
<link rel="preconnect" href="https://api.github.com" crossorigin>
5050

51-
<link href="/fonts/fonts.css" rel="stylesheet">
51+
<link rel="stylesheet" href="/full.css">
52+
<link rel="stylesheet" href="/fonts/fonts.css">
5253

5354
</head>
5455
<body ontouchstart="">

0 commit comments

Comments
 (0)