Skip to content

Commit 42156a8

Browse files
committed
created root index.html in main folder
1 parent 15100c6 commit 42156a8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)