You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
985 B
35 lines
985 B
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>疫情数据库大作业</title>
|
||
|
<link rel="stylesheet" href="/static/layui/css/layui.css">
|
||
|
<style>
|
||
|
a:link{
|
||
|
color: blue;
|
||
|
}
|
||
|
a:visited{
|
||
|
color: blue;
|
||
|
}
|
||
|
a:hover{
|
||
|
color: red;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<div align="center">
|
||
|
<img src="../static/cover.jpg" width="640"height="230" alt="照片"/>
|
||
|
</div>
|
||
|
|
||
|
<body>
|
||
|
<div align="center">
|
||
|
<p><font size="5"> <a href="/china/">国内疫情</a></font></p>
|
||
|
<p><font size="5"> <a href="/world/">国外疫情</a></font></p>
|
||
|
<p><font size="5"> <a href="/wuhan/">武汉疫情</a></font></p>
|
||
|
<div align="center">
|
||
|
<img src="../static/wuhan.jpg" width="640"height="200"alt="照片"/>
|
||
|
</div>
|
||
|
<p><font size="4"> <a href="hospitals">武汉医院信息</a></font></p>
|
||
|
<p><font size="4"> <a href="patients">武汉病患信息</a></font></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|