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.

18 lines
505 B

4 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>爬爬虫的Small Home</title>
</head>
<body>
<!--这是一个注释,注释在浏览器中不会显示-->
<h1>这是主页</h1>
<!--hr 标签定义水平线:-->
<hr />
<a href="table_one">北京新发地菜市场产品种类分析</a>
<hr />
<a href="pie_one">豆瓣电影排行top250年份分布</a>
<hr />
<a href="word_cloud">网易云评论词云</a>
</body>
</html>