Skip to content

Commit bbf1135

Browse files
authored
Update privacy.html
1 parent 63b09e7 commit bbf1135

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

homepage/privacy.html

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
<h1 style="font-family:system-ui,sans-serif">Privacy Policy</h1>
2-
<p style="font-family:system-ui,sans-serif">Codeit dosen't collect data. Your code stays on your device.</p>
1+
<html>
2+
<head>
3+
<title>Codeit - Privacy policy</title>
4+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
5+
<meta name="theme-color" content="#313744">
6+
<meta charset="utf-8">
7+
<meta name="description" content="Mobile code editor connected to Git. Runs on the web, open source, and free. Supports HTML, CSS, JavaScript, Bootstrap, XML, and more. Easy to use and simple, without how to.">
8+
<meta property="og:title" content="Code with fun on Codeit.">
9+
<meta property="og:description" content="Mobile code editor connected to Git. Runs on the web, open source, and free. Supports HTML, CSS, JavaScript, Bootstrap, XML, and more. Easy to use and simple, without how to.">
10+
<meta property="og:url" content="https://codeit.codes">
11+
<meta property="og:image" content="https://codeit.codes/images/banner-og.png">
12+
<meta property="og:type" content="application">
13+
<meta property="og:site_name" content="Codeit">
14+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
15+
<meta name="referrer" content="origin-when-cross-origin">
16+
<script defer="" data-domain="codeit.codes" src="https://plausible.io/js/plausible.js"></script>
17+
<link rel="stylesheet" href="/full.css">
18+
<link href="/fonts/fonts.css" rel="stylesheet">
19+
</head>
20+
<body style="
21+
background: #313744;
22+
color: white;
23+
padding: 34px;
24+
margin: 0;
25+
display: flex;
26+
flex-flow: column;
27+
height: 100%;
28+
box-sizing: border-box;
29+
">
30+
<h1>Privacy policy
31+
</h1>
32+
<p>Codeit dosen't collect data. Your code stays on your device.
33+
</p>
34+
<p>
35+
<a href="/" style="color: inherit;text-decoration: none;">- ❤️ Codeit team</a>
36+
</p>
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)