tec / index.html
hongshi-files's picture
Update index.html
70f4b50 verified
raw
history blame contribute delete
995 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>科技节成果展示</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h3>2024级2班科技节信息项目成果展示</h3>
<h2>梁靖宇同学项目展示(视频)</h2>
<video width="640" height="360" controls>
<source src="1.mp4">
</video>
<br>
<h2>张信宇同学项目展示(视频)</h2>
<video width="640" height="360" controls>
<source src="2.mp4">
</video>
<br>
<h2>王新民同学项目展示(网站)</h2>
<p><a href="https://weather.hongshi.us.kg">点击前往</a> 这是一个天气预报网站(手机电脑端区分)</p>
<p><a href="https://chat.hongshi.us.kg">点击前往</a> 这是一个文字人工智能对话网站</p>
</div>
</body>
</html>