-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTS_outstanding_video.html
More file actions
33 lines (30 loc) · 1.57 KB
/
Copy pathTS_outstanding_video.html
File metadata and controls
33 lines (30 loc) · 1.57 KB
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
30
31
32
33
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta name="robots" content="noindex, nofollow">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>交通安全測驗影片 - 逢甲大學</title>
<link rel="icon" type="image/x-icon" href="https://pub-5967cf6722d645faaa886343a2ced107.r2.dev/favicon.ico" />
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<main class="main-feature-content">
<div class="container px-4 px-lg-5">
<section class="content-section">
<h1>交通安全測驗影片</h1>
<p>影片會在新分頁播放,看完後可直接關閉此分頁,或使用下方按鈕返回原頁面。</p>
<video controls preload="metadata" style="width: 100%; border-radius: 1rem; background: #000;">
<source src="https://pub-5967cf6722d645faaa886343a2ced107.r2.dev/pdf/TS_outstanding/trafficClass.mp4" type="video/mp4" />
您的瀏覽器不支援內嵌影片播放,請直接開啟影片檔案。
</video>
<div class="resource-actions">
<a class="external-link" href="TS_outstanding.html">返回原頁面</a>
<a class="external-link" href="https://pub-5967cf6722d645faaa886343a2ced107.r2.dev/pdf/TS_outstanding/trafficClass.mp4" target="_blank"
rel="noopener noreferrer">直接開啟影片檔</a>
</div>
</section>
</div>
</main>
</body>
</html>