forked from AgnishaDe/Redox-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
44 lines (43 loc) · 1.97 KB
/
Contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=DM+Serif+Display&family=Island+Moments&family=Lobster&family=Pacifico&family=Seaweed+Script&family=Waterfall&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=DM+Serif+Display&family=Island+Moments&family=Lobster&family=Pacifico&family=Seaweed+Script&family=Waterfall&display=swap" rel="stylesheet">
<title>Contacts</title>
<style>
h1{
font-family: lobster;
font-size: 30pt;
}
h2{
text-emphasis-color: green;
text-decoration-color: darkblue;
font-family: abril fatface;
font-size:15pt;
}
body{
background-image: url('hospital background.jpg');
background-size: cover;
}
</style>
</head>
<body>
<form action="index.html">
<button type="submit"><H2>BACK</H2></button>
</form>
<h1 style="text-align: center; color: rgb(122, 15, 1);">Contact Information</h1>
<hr>
<h2 style="color:darkblue ;"> Address:</h2>
<p style="font-size: 15pt;">Jalpaiguri Medical College & Hospital,National Highway 31, Engineering College, Jalpaiguri - 735102 </p>
<h2 style="color: darkblue;">Email: </h2> <p style="font-size: 15pt;">[email protected] </p>
<h2 style="color: darkblue;"> Phone no.</h2>
<p style="font-size: 15pt;">9339544987/8116845592/7477671914</p>
</body>
</html>