-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>JavaScript Projects</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='styles.css'>
<script src='main.js'></script>
</head>
<body>
<h1>Welcome to JavaScript Projects!</h1>
<div class="text">
Click on the project that you would like to see!
</div>
<div class="app-options">
<div>
<a class="option" href="https://prajaktasathe.github.io/JS-Music-Player/">Music Player</a>
</div>
<div>
<a class="option" href="./Quiz App/index.html">Quiz App</a>
</div>
<div>
<a class="option" href="./Color Change/index.html">Color Change</a>
</div>
<div>
<a class="option" href="./To Do App/index.html">To Do App</a>
</div>
<div>
<a class="option" href="./Random Quote Generator/index.html">Random Quote Generator</a>
<div>
<a class="option" href="./Toggle Light-Dark Mode/index.html">Toggle Dark-Light Mode</a>
</div>
<div>
<a class="option" href="./Hello, Name/index.html">Hello, Name</a>
</div>
<div>
<a class="option" href="./Harry Potter Quiz/index.html">Harry Potter Quiz</a>
</div>
</div>
</body>
</html>