Skip to content

Commit

Permalink
Create intro2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akmand authored Sep 16, 2024
1 parent b8d5d8e commit 6f9cc2c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions intro2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Tutorials</title>
</head>
<body>
<h1>Welcome to My Jupyter Tutorials</h1>
<p>Here, you will find tutorials on various topics, including Python, Statistics, and Machine Learning.</p>

<h2>Chapters</h2>
<ul>
<li><a href="/python/index.html">Python Tutorials</a></li>
<li><a href="/statistics/index.html">Statistics Tutorials</a></li>
<li><a href="/machine_learning/index.html">Machine Learning Tutorials</a></li>
</ul>
</body>
</html>

0 comments on commit 6f9cc2c

Please sign in to comment.