-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpresentation.html
More file actions
29 lines (29 loc) · 981 Bytes
/
presentation.html
File metadata and controls
29 lines (29 loc) · 981 Bytes
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
28
29
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta name="author" content="Danny Hsu" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="rating" content="General" />
<meta name="robots" ,content="index,follow" />
<base target="_blank" />
<meta name="description" content="主要內容" />
<title>標題</title>
<link rel="stylesheet" href="/presentation.css" />
</head>
<body>
<div id="presentationFlex">
<div class="iframe">
<iframe
src="https://docs.google.com/presentation/d/e/2PACX-1vSyU05GlGYkflVWflbnRwcjzKXMJ1j2ncgudM1R-x-YfvUxAukPnfbCyDCBXk_RlRtsiXcZ4BMQt9Gy/embed?start=false&loop=false&delayms=3000"
frameborder="0"
width="960"
height="569"
allowfullscreen="true"
mozallowfullscreen="true"
webkitallowfullscreen="true"
></iframe>
</div>
</div>
</body>
</html>