-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
24 lines (24 loc) · 998 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">
<title>WatsLit</title>
<meta content="" name="description">
<meta content="" name="author">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/custom.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab|Open+Sans" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="container">
<div class="hero_content">
<img height="150px" src="images/logo.png" width="auto"> <img height="auto" src="images/subtitle.png" width="380px"> <br/> <a href="https://join.skype.com/bot/8e90baba-5294-4cac-b5a1-5772f0139773"><img height="80px" src="images/skype.png" width="auto"></a>
</div>
<div class="web_bot">
<iframe frameborder="0" src="https://webchat.botframework.com/embed/WaterLit?s=JDI3dbn_bVc.cwA.yNE.3SvrxiH_9zeufbez8jTiwI18hs_MTFb-JEhwivbGumw" style="width: 90%; height: 75%; left:5%"></iframe>
</div>
</div>
</div>
</body>
</html>