-
Notifications
You must be signed in to change notification settings - Fork 0
/
noorani.html
39 lines (36 loc) · 960 Bytes
/
noorani.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
<!doctype html>
<html>
<head>
<title>
CAUVERY BLOOD BANK
</title>
<style>
body
{
background-color:beige;
}
h1
{
color:red;
text-decoration:underline;
}
p
{
color:black;
text-decoration:underline;
}
</style>
</head>
<body>
<h1 align:center>AVAILABLE BLOODGROUPS </h1>
<PRE>
<b> 1)O+
<b>2)O-
<b>3)B+
<b>4)AB+
<b> 5)AB-
</pre>
<p> CONTACT:040 2755 0231</p><br> <br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d61211.89749597527!2d78.37405989031406!3d17.463490659057587!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bcb9a05c5f031cd%3A0xd5d23ebff1c566c7!2sCauvery%20Blood%20Bank!5e1!3m2!1sen!2sin!4v1577021235617!5m2!1sen!2sin" width="400" height="350" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</body>
</html>