From f2ce96dff3289e1c46f967f293db6a33df3f9e03 Mon Sep 17 00:00:00 2001 From: Huang Xinlan <66216117@qq.com> Date: Thu, 12 Oct 2023 15:26:40 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 4472d92..98a250b 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -730,6 +730,12 @@ left: 320px; } + .video-box{ + text-align: center; + background-color: rgb(223, 159, 108); + padding-bottom: 2%; + } + </style> <div id="logo" style="z-index: 1000;"></div> @@ -1148,6 +1154,13 @@ </div> </div> +<div class="video-box"> + <iframe title="GXU-China:Micro artists—Efficient production of a healthy yellow biochrome by Escherichia coli." + width="560" height="315" src="https://video.igem.org/videos/embed/3e96b73c-abc2-4aa4-a2f9-b85c35a665e6" + frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"> + </iframe> +</div> + <!-- 赞助商 <div class="zanzhu"></div> --> -- GitLab