- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
28 lines (27 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
28 lines (27 loc) · 1.22 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
27
28
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>JS Learning</title>
<style>*{background-color:#000;}</style>
</head>
<body>
<!-- <script src="./script.js" type="module"></script> -->
<!-- <script src="./app.js" type="module"></script> -->
<!-- <script src="practises/practise1.js"></script> -->
<!-- <script src="Challenges/challenge1.js" ></script> -->
<!-- <script src="Challenges/challenge2.js" ></script> -->
<!-- <script src="Challenges/challenge3.js" ></script> -->
<!-- <script src="Challenges/challenge4.js" ></script> -->
<!-- <script src="Challenges/challenge5.js" ></script> -->
<!-- <script src="Challenges/challenge6.js" ></script> -->
<!-- <script src="Challenges/challenge7.js" ></script> -->
<!-- <script src="Challenges/challenge13.js" ></script> -->
<!-- <script src="Challenges/challenge14_&_15.js" ></script> -->
<!-- <script src="Challenges/challenge16.js" ></script> -->
<!-- <script src="Challenges/challenge17.js" ></script> -->
<!-- <script src="practises/practise1.js"></script> -->
</body>
</html>