-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.04 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
<!doctype html>
<html lang="en" data-framework="javascript">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="index.css">
<title>RXJS 101</title>
</head>
<body>
<div class="page">
<h2 class="page__title">
<img class="page__image" src="./assets/rxjs.png" />
RxJS Code Examples
</h2>
<section id="helloworld"></section>
<section id="input-event"></section>
<section id="array"></section>
<section id="mouseevent"></section>
<section id="callback"></section>
<section id="promise"></section>
<section id="api"></section>
<section id="accordion"></section>
</div>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="dist/bundle.js"></script>
</body>
</html>