-
Notifications
You must be signed in to change notification settings - Fork 6
/
3-exercises.html
executable file
·32 lines (29 loc) · 1.05 KB
/
3-exercises.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
<!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">
<link rel="stylesheet" href="./src/main.css">
<title>Playground</title>
</head>
<body>
<h1>Exercises</h1>
<section>
<div class="styling-section">
<h2>JavaScript</h2>
<ul>
<li><a href="./javascript/exercise1.html">Exercise 1</a></li>
<li><a href="./javascript/exercise2.html">Exercise 2</a></li>
<li><a href="./javascript/exercise3.html">Exercise 3</a></li>
<li><a href="./javascript/exercise4.html">Exercise 4</a></li>
<li><a href="./javascript/exercise5.html">Exercise 5</a></li>
<li><a href="./javascript/exercise6.html">Exercise 6</a></li>
<li><a href="./javascript/exercise7.html">Exercise 7</a></li>
<li><a href="./javascript/exercise8.html">Exercise 8</a></li>
<li><a href="./javascript/exercise9.html">Exercise 9</a></li>
</ul>
</div>
</section>
</body>
</html>