We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15100c6 commit 42156a8Copy full SHA for 42156a8
index.html
@@ -0,0 +1,16 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>My JavaScript Projects</title>
7
+</head>
8
+<body>
9
+ <h1>My JavaScript Projects</h1>
10
+ <ul>
11
+ <li><a href="budget-tracker/">Budget Tracker</a></li>
12
+ <li><a href="weather-app/">Weather App</a></li>
13
+ <li><a href="calculator/">Calculator</a></li>
14
+ </ul>
15
+</body>
16
+</html>
0 commit comments