加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
contact.html 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
yingshen 提交于 2023-03-31 05:51 . index
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<!--[if lt IE 6]> <link rel="stylesheet" type="text/css" href="ie.css" /> <![endif]-->
<!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="ie.css" /> <![endif]-->
<!--[if IE 7]> <link rel="stylesheet" type="text/css" href="ie.css" /> <![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<h1>Ying SHEN</h1>
<p><b>School of Software Engineering, Tongji University</b></p>
</div>
<div id="navigation">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="award.html">Awards</a></li>
<li class="current_page_item"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<br /> <br />
<a href="http://sse.tongji.edu.cn">School of Software Engineering </a> <br /> <br />
<a href="http://http://www.tongji.edu.cn/"> Tongji University</a> <br /> <br />
4800 Cao'An Highway, Shanghai, China <br /> <br />
Office: Rm. 509R, Jishi Building <br /> <br />
Email: <a href="mailto:yingshen@tongji.edu.cn">yingshen@tongji.edu.cn</a> <br /> <br />
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化