Skip to content

Commit 51c2f3a

Browse files
authored
Update index.html
making it more responsive
1 parent b92c151 commit 51c2f3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<title>AEP: Free Courses</title>
6+
</head>
7+
<body>
38
<h1>Welcome to AEP!</h1>
49
<h2>You are in the right place to find free courses you need.</h2>
510
<footer>Explore more:
@@ -12,4 +17,5 @@ <h2>You are in the right place to find free courses you need.</h2>
1217
&copy; Accessible Educational Programs Team
1318
Under MIT License.
1419
</footer>
20+
</body>
1521
</html>

0 commit comments

Comments
 (0)