-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 870 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Projects</title>
</head>
<body>
<h1>My Projects</h1>
<ul>
<li><a href="https://webcrafter011.github.io/Basic-Javascript-Projects/Color%20Flipper/main.html">Color Flipper</a></li>
<li><a href="https://webcrafter011.github.io/Basic-Javascript-Projects/palindrome%20checker/index.html">Palindrome Checker</a></li>
<li><a href="https://webcrafter011.github.io/Basic-Javascript-Projects/quiz%20app/index.html">Quiz app</a></li>
<li><a href="https://webcrafter011.github.io/Basic-Javascript-Projects/password%20input%20field/index.html">Password Input Field</a></li>
<!-- Add more projects as needed -->
</ul>
</body>
</html>