Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgcse authored Aug 15, 2023
1 parent 4a0f3e3 commit 58d1e13
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="">
<title>Jumbotron Template for Bootstrap</title>
<link href="https://getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>

<body>
<main role="main" class="container">
<h1 class="mt-5">Hello there, I am Amit.</h1>
<h3> Here are the links to the ebooks - </h3>
<ul>
<li>
<a href="./सूरज_का_सातवाँ_घोड़ा_धर्मवीर_भारती.html"> सूरज का सातवाँ घोड़ा धर्मवीर भारती </a>
</li>
</ul>
</main>

<footer class="container">
<p>&copy; Company 2017-2018</p>
</footer>


<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://getbootstrap.com/docs/4.0/assets/js/vendor/popper.min.js"></script>
<script src="https://getbootstrap.com/docs/4.0/dist/js/bootstrap.min.js"></script>
</body>
</html>


0 comments on commit 58d1e13

Please sign in to comment.