-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecon.html
More file actions
22 lines (21 loc) · 879 Bytes
/
econ.html
File metadata and controls
22 lines (21 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DataBrew | Bohemia | Sitges</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="https://docs.google.com/presentation/d/e/2PACX-1vQD7BBqmEpIa-60MTAs8H73tjdYE5mru9CfV1_4U_d47cmklXO0myrEuA8PQPazt3n0AGlrHQC4Pji5/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" />
</div>
</body>
</html>