-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
76 lines (73 loc) · 2.13 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
73
74
75
76
<!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" name="viewport" />
<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="https://cdn.freecodecamp.org/platform/universal/fcc_meta_1920X1080-indigo.png"
property="og:image"
/>
<meta
content="summary_large_image"
key="twitter:card"
name="twitter:card"
/>
<meta
content="https://cdn.freecodecamp.org/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 - Chinese</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>
<meta
http-equiv="refresh"
content="3; url=https://www.freecodecamp.org"
/>
</head>
<body>
<div class="wrapper">
<header></header>
<main>
<div>
<h4>Redirecting to freeCodeCamp.org...</h4>
</div>
</main>
<footer></footer>
</div>
</body>
</html>