-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_landing_page.html
43 lines (33 loc) · 1.09 KB
/
main_landing_page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Redirecting to new RxJS docs...</title>
<style>
body {
font-family: Roboto, Arial, Helvetica, sans-serif
}
body {
text-align: center;
padding: 100px 0 0 0;
color: #fff;
background: #1d1f20;
}
#loading {
-webkit-animation: rotation 2s infinite linear;
}
</style>
</head>
<body>
<img src="rxjs.png" id="loading" />
<h1>Introduction. Start Your Engines! 🤖 </h1>
<p>Step 1. Lets impact the browser in some way using RxJS.</p>
<p>Subscribe to the image event. Jumanji adventure begins.</p>
<iframe src="https://giphy.com/embed/fqwMrcYGS6DHa" style="padding-left:75px;" width="480" height="264" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p>then, onward to the test suite!,
<a href="refer_to_test_suite.html" style="font-weight: bold; color: lightcyan">click here</a>
</p>
</body>
</html>