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.
2 parents e8fa527 + 00650d2 commit c3e463fCopy full SHA for c3e463f
home.html
@@ -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
+ © Accessible Educational Programs Team
13
+ Under MIT License.
14
+ </footer>
15
+</html>
0 commit comments