-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
58 lines (58 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Melange for React Developers</title>
</head>
<body>
<h1>Melange for React Developers</h1>
<ul>
<li>
<a href="src/counter/index.html">Counter</a>
</li>
<li>
<a href="src/numeric-types/index.html">Numeric Types</a>
</li>
<li>
<a href="src/celsius-converter-exception/index.html">Celsius Converter</a>
</li>
<li>
<a href="src/celsius-converter-option/index.html">Celsius Converter Using Option</a>
</li>
<li>
<a href="src/order-confirmation/index.html">Order Confirmation</a>
</li>
<li>
<a href="src/styling-with-css/index.html">Styling with CSS</a>
</li>
<li>
<a href="src/better-sandwiches/index.html">Better Sandwiches</a>
</li>
<li>
<a href="src/better-burgers/index.html">Better Burgers</a>
</li>
<li>
<a href="src/sandwich-tests/index.html">Sandwich Tests</a>
</li>
<li>
<a href="src/cram-tests/index.html">Cram Tests</a>
</li>
<li>
<a href="src/burger-discounts/index.html">Burger Discounts</a>
</li>
<li>
<a href="src/discounts-lists/index.html">Discounts Using Lists</a>
</li>
<li>
<a href="src/promo-codes/index.html">Promo Codes</a>
</li>
<li>
<a href="src/promo-component/index.html">Promo Component</a>
</li>
<li>
<a href="src/order-with-promo/index.html">Order with Promo</a>
</li>
</ul>
</body>
</html>