-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.02 KB
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
<!doctype html>
<head>
<meta charset="UTF-8">
<title>BELHARD js course</title>
<link rel="stylesheet" href="css/animate.css">
</head>
<body>
<script src='https://code.jquery.com/jquery-3.1.1.min.js'></script>
<ul>
<li><a href="lesson 00/index00.html">lesson 00</a></li>
<li><a href="lesson 01/index01.html">lesson 01</a></li>
<li><a href="lesson 02/index02.html">lesson 02</a></li>
<li><a href="lesson 03/index03.html">lesson 03</a></li>
<li><a href="lesson 04/index04.html">lesson 04</a></li>
<li><a href="lesson 05/index05.html">lesson 05</a></li>
<li><a href="lesson 06/index06.html">lesson 06</a></li>
<li><a href="lesson 07/index07.html">lesson 07</a></li>
<li><a href="lesson 08/index08.html">lesson 08</a></li>
<li><a href="lesson 09/index09.html">lesson 09</a></li>
<li><a href="lesson 10/index10.html">lesson 10</a></li>
<li><a href="lesson 11/index11.html">lesson 11</a></li>
<li><a href="lesson 12/index12.html">lesson 12</a></li>
</ul>
<p></p>
<script src="js/index.js"></script>
</body>