File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
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 > Machine Learning Repositories</ title >
7
+ < link rel ="stylesheet " href ="styles.css ">
8
+ </ head >
9
+ < body >
10
+ < header >
11
+ < h1 > Machine Learning Repos</ h1 >
12
+ < nav >
13
+ < ul >
14
+ < li > < a href ="# "> Home</ a > </ li >
15
+ < li > < a href ="# "> About</ a > </ li >
16
+ < li > < a href ="# "> Organization</ a > </ li >
17
+ < li > < a href ="# "> FAQ</ a > </ li >
18
+ < li > < a href ="# "> Contact</ a > </ li >
19
+ </ ul >
20
+ </ nav >
21
+ </ header >
22
+
23
+ < main >
24
+ < section >
25
+ < h2 > Welcome to the Machine Learning Repositories</ h2 >
26
+ < p > This website provides an overview of various machine learning repositories available on GitHub, brought to you by the RecodeHive organization.</ p >
27
+ < a href ="https://github.com/recodehive/machine-learning-repos " class ="cta-button "> Visit the Repository</ a >
28
+ </ section >
29
+ </ main >
30
+
31
+ < footer >
32
+ < p > © 2024 Machine Learning Repos - < a href ="https://github.com/recodehive "> RecodeHive</ a > . All rights reserved.</ p >
33
+ </ footer >
34
+
35
+ < script src ="js/script.js "> </ script >
36
+ </ body >
37
+ </ html >
You can’t perform that action at this time.
0 commit comments