Skip to content

Commit c3e463f

Browse files
authored
Merge pull request #4 from aedpro/active_website
Add files via upload
2 parents e8fa527 + 00650d2 commit c3e463f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

home.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<h1>Welcome to AEP!</h1>
4+
<h2>You are in the right place to find free courses you need.</h2>
5+
<footer>Explore more:
6+
<button>Courses</button>
7+
<button>Updates</button>
8+
<button>Contribute</button>
9+
<button>Articles</button>
10+
<button>About</button>
11+
<button>Support Us</button>
12+
&copy; Accessible Educational Programs Team
13+
Under MIT License.
14+
</footer>
15+
</html>

0 commit comments

Comments
 (0)