-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdefault.htm
25 lines (25 loc) · 998 Bytes
/
default.htm
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
<!DOCTYPE html>
<html>
<head>
<title>Las maravillas del cine</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<meta charset="utf-8" />
</head>
<body style="font-family:'Segoe UI';">
<div class="container">
<h1 style="font-weight:400;">Las maravillas del cine</h1>
<p>La mejor recomendación para tí.</p>
<table class="table">
<tbody>
<tr>
<td>
<p style="text-align: right" >
<iframe height="500" width="650" src='https://webchat.botframework.com/embed/moviesrecombot?s=r6J3w7oyjZo.cwA.g2Q.IWtwYgRhCeqPW-sa0ekA5Hp_DIlfs9TbdvsGK5sAR10'></iframe>
</p>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>