Skip to content

Commit fe516a9

Browse files
committed
Create index.html
1 parent 7b77c25 commit fe516a9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>&copy; 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>

0 commit comments

Comments
 (0)