Skip to content

Commit 2d39a79

Browse files
authored
Create video.html
1 parent 609c5d3 commit 2d39a79

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

zh-CN/video.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="referrer" content="strict-origin-when-cross-origin" />
7+
<title>World-R1 宣传视频 | Microsoft Research</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com" />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=block" rel="stylesheet" />
11+
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=block" rel="stylesheet" />
12+
<link rel="icon" href="../assets/microsoft-color.svg" type="image/svg+xml" />
13+
<link rel="stylesheet" href="../styles.css?v=20260425-2" />
14+
</head>
15+
<body data-asset-base="../" data-lang="zh" class="tech-page video-page">
16+
<header class="hero-nav tech-nav">
17+
<a class="brand" href="index.html">
18+
<img class="brand-logo" src="../assets/microsoft-logo-svgrepo-com.svg" alt="Microsoft" />
19+
</a>
20+
<nav class="hero-nav-links">
21+
<a href="index.html">主页</a>
22+
<a class="active" href="video.html">宣传视频</a>
23+
<a href="tech.html">技术细节</a>
24+
<a href="team.html">团队</a>
25+
</nav>
26+
<div class="locale-switch">
27+
<a href="../video.html">EN</a>
28+
<span>/</span>
29+
<a class="active" href="video.html">中文</a>
30+
</div>
31+
</header>
32+
33+
<main class="tech-main video-main">
34+
<p class="video-intro">通过宣传视频快速了解 World-R1 在 3D 一致性文本到视频生成上的效果。</p>
35+
<section class="promo-video-stage" aria-label="World-R1 宣传视频">
36+
<iframe
37+
class="promo-video-frame"
38+
width="560"
39+
height="315"
40+
src="https://www.youtube.com/embed/xHzICiDbm98?si=BT0Tc9AV6zvGM6XN"
41+
title="YouTube video player"
42+
frameborder="0"
43+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
44+
referrerpolicy="strict-origin-when-cross-origin"
45+
allowfullscreen
46+
></iframe>
47+
</section>
48+
49+
<div class="video-actions">
50+
<a class="group-link" href="https://youtu.be/xHzICiDbm98" target="_blank" rel="noopener noreferrer">在 YouTube 打开</a>
51+
<a class="group-link" href="index.html">主页</a>
52+
</div>
53+
</main>
54+
55+
<footer class="footer tech-footer">
56+
<p>Copyright © Microsoft Research</p>
57+
</footer>
58+
59+
<script src="../main.js"></script>
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)