feat 加入video

This commit is contained in:
2026-05-14 11:33:56 +08:00
parent 93f689f4a9
commit 19b792c7ff
2 changed files with 58 additions and 0 deletions
+10
View File
@@ -100,6 +100,16 @@
</div>
</div>
</div>
<!-- 影片區塊:將 iframe 的 src 換成 https://www.youtube.com/embed/你的影片ID -->
<div class="video-container">
<h2 class="video-title">經典片段回顧</h2>
<div class="video-wrapper">
<iframe class="video-embed" src="https://www.youtube.com/embed/3zSeN9Ss3BI?si=U_mA4NSbsI_m3ViY"
title="新西遊記 5 精華片段" loading="lazy"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</body>
</html>