-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (33 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pulse Insight</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <h1>Hey, Vaibhav</h1> -->
<!-- <div class="container">
<a href="#" class= "button">Button 1</a>
<a href="#" class="button">Button 2</a>
</div> -->
<!-- <a href="https://www.manipalhospitals.com/oldairportroad/doctors-list/cardiology/" target="_blank">Book an appointment with doctor</a> -->
<section id="page1">
<h1 class="title">Hi, Vaibhav</h1>
</section>
<div class="button">
<a href="newtest.html" target="_blank"><button class="btn-hover color-1">New Test</button></a>
<a href="testhistory.html" target="_blank"><button class="btn-hover color-2">Test History</button></a>
</div>
<div class="container">
<h2 id="title">OR</h2>
</div>
<div class="button">
<a href="https://www.manipalhospitals.com/oldairportroad/doctors-list/cardiology/" target="_blank"><button class="btn-hover color-3">
Book an appointment
</button></a>
</div>
</body>
</html>