-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--RONIT SINGH RAWAT-->
<!--SUVEN INTERNSHIP TASK 3-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EarBot</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<!-- External CSS -->
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!-- **************************************** Starting Page Start **************************************** -->
<div class="start__page">
<div class="container text-center pt-3">
<a href="./Pages/home-Page.html"
><img src="./Images/indexPageImg-1.jpg" alt="" class="rounded-circle"
/></a>
</div>
<div class="container d-flex justify-content-between mt-3">
<a href="./Pages/home-Page.html"
><img src="./Images/indexPageImg-2.jpg" alt="" class="rounded-circle"
/></a>
<a href="./Pages/home-Page.html"
><img src="./Images/indexPageImg-3.jpg" alt="" class="rounded-circle"
/></a>
</div>
<h1 class="text-white text-center">
Welcome To <span style="color: red">Ear</span>Bot
</h1>
</div>
<!-- **************************************** Starting Page End **************************************** -->
<!-- Bootstrap JavaScript & jQuery -->
<script src="./js/jquery-3.5.1.slim.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>