-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 945 Bytes
/
index.html
File metadata and controls
41 lines (39 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Runme Web Policies</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.5;
margin: 0;
color: #111827;
background: #ffffff;
}
main {
max-width: 760px;
margin: 0 auto;
padding: 48px 20px 64px;
}
h1 {
margin-top: 0;
line-height: 1.2;
}
</style>
</head>
<body>
<main>
<h1>Runme Web Policies</h1>
<p>
Privacy Policy:
<a href="/policies/privacypolicy.html">/policies/privacypolicy.html</a>
</p>
<p>
Linux Foundation policies:
<a href="https://lfprojects.org/policies/">https://lfprojects.org/policies/</a>
</p>
</main>
</body>
</html>