-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lesson JavaScript [1]</title>
</head>
<body>
<h1>Lesson JavaScript [1]</h1>
<ul>
<li>Include JavaScript
<ul>
<li>
<a href="include-js/include-js.html">Use JavaScript</a>
</li>
<li>
<a href="exercises/empty.html">Empty file</a>
</li>
</ul>
</li>
<li>Exercises
<ul>
<li>
<a href="even-odd/even-odd.html">Even or Odd</a>
</li>
<li>
<a href="basic-calculator/basic-calculator.html">Basic Calculator</a>
</li>
<li>
<a href="multiplication-tables/multiplication-tables.html">Multiplication Tables</a>
</li>
<li>
<a href="prime-factors/prime-factors.html">Prime Factors</a>
</li>
<li>
<a href="roman-numerals/roman-numerals.html">Roman Numerals</a>
</li>
<li>
<a href="robot-simulator/robot-simulator.html">Robot Simulator</a>
</li>
</ul>
</li>
</ul>
</body>
</html>