-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 905 Bytes
/
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
<!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="stylesheet" href="style.css">
<title>blood donation bot</title>
</head>
<body>
<div class="firstpage">
<div class="bgimg">
<img src="https://cdn.wallpapersafari.com/92/0/Iekynu.jpg" alt="No image available">
</div>
<div class="title">
<center><h1 style="color:Black;">welcome to bloodonus </h1></center>
</div>
<div class="bot">
<center><iframe src="https://webchat.botframework.com/embed/bloodonusqna-bot?s=wwVl2IjB1sA.-9xocUj49aVU5NuQpmq6PSacVSI4PrkSj6EwQL3pBgw" style="height: 402px; width: 600px; position: absolute;"></iframe></center>
</div>
</div>
</body>
</html>