-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (31 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=>, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 style="text-align: center;">Learning Javascript</h1>
<a href="Alerts/index.html">Alerts</a><br><br>
<a href="Strings/index.html">Strings</a><br><br>
<a href="Arithmetic Operators/index.html">Arithmetic Operators</a><br><br>
<a href="Concatenating String/index.html">Concatenating Strings</a><br><br>
<a href="Prompt & If else/index.html">Prompt & Ifelse</a><br><br>
<a href="Array/index.html">Array</a><br><br>
<a href="For Loop/index.html">For Loop</a><br><br>
<a href="Changing Case/index.html">Changing Case</a><br><br>
<a href="Assignment/index.html">Assignment</a><br><br>
<a href="Numbers/index.html">Numbers</a><br><br>
<a href="Dice Game/index.html">Dice Game</a><br><br>
<a href="Digital clock/index.html">Digital Clock</a><br><br>
<a href="CountDown/index.html">CountDown</a><br><br>
<a href="Stop Watch/index.html">Stop Watch</a><br><br>
<a href="calculator/index.html">calculator</a><br><br>
<a href="Light Bulb/index.html">Light Bulb</a><br><br>
<a href="Text Editor/index.html">Text Editor</a><br><br>
<a href="To -Do list/index.html">To-Do App</a><br><br>
<a href="Filter product/index.html">Filter Product</a><br><br>
<a href="Weather App/index.html">Weather App</a>
</body>
</html>