forked from freeCodeCamp/cdn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (64 loc) · 2.54 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="#FFFFFF" name="msapplication-TileColor" />
<meta content="/universal/favicons/browserconfig.xml" rel="msapplication-config" />
<link href="/universal/favicons/android-chrome-192x192.png" rel="android-chrome" sizes="192x192" />
<link href="/universal/favicons/android-chrome-384x384.png" rel="android-chrome" sizes="384x384" />
<link href="/universal/favicons/site.webmanifest" rel="manifest" />
<link href="/universal/favicons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
<link href="/universal/favicons/favicon-16x16.png" rel="favicon" sizes="16x16" />
<link href="/universal/favicons/favicon-32x32.png" rel="favicon" sizes="32x32" />
<link href="/universal/favicons/favicon.ico" rel="icon" />
<meta content="freeCodeCamp.org" name="og:title" />
<meta content={ 'Learn to code. Build projects. Earn certifications.'
+ 'Since 2015, 40,000 graduates have gotten jobs at tech ' + 'companies
including Google, Apple, Amazon, and Microsoft.' } name='og:description' />
<meta content="/platform/universal/fcc_meta_1920X1080-indigo.png" property="og:image" />
<meta content="summary_large_image" key="twitter:card" name="twitter:card" />
<meta content="/platform/universal/fcc_meta_1920X1080-indigo.png" name="twitter:image:src" />
<meta content="freeCodeCamp.org" name="twitter:title" />
<meta content={ 'Learn to code. Build projects. Earn certifications.'
+ 'Since 2015, 40,000 graduates have gotten jobs at tech ' + 'companies
including Google, Apple, Amazon, and Microsoft.' } name='twitter:description' />
<meta content="$ilp.uphold.com/LJmbPn7WD4JB" name="monetization" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" />
<title>freeCodeCamp.org</title>
<style>
body {
background: #0a0a23;
color: #ffffff;
text-align: center;
font-size: 21px;
font-family: "Lato", sans-serif;
}
main {
position: relative;
height: 600px;
width: 100%;
margin: 0 auto;
}
main div {
transform: translate(-50%, -50%);
position: fixed;
top: 50%;
left: 50%;
display: block;
}
</style>
</head>
<body>
<div class="wrapper">
<header></header>
<main>
<div>
<h2>Static Assets | freeCodeCamp.org</h2>
</div>
</main>
<footer></footer>
</div>
</body>
</html>