-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (22 loc) · 1.22 KB
/
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
25
26
27
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000">
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<style>
body { background: #232323; width: 95%; margin: 0 auto; }
/* Responsive Container for iFrame */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 93%; }
</style>
<title>Tech Ops PH | your < IT / design < partner </title>
</head>
<body>
<div class='embed-container embed-responsive embed-responsive-4by3'>
<iframe src="https://docs.google.com/presentation/d/15DxEE6qCUeqTEXK0MmAWjf-g2tsBobMv6hivg1FQRiI/embed?start=true&loop=true&delayms=3000" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" align="center">
</iframe>
</div>
</body>
</html>