<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VFrank</title>
<!--网页标题左侧显示-->
<link rel="icon" href="xxx.ico" type="image/x-icon">
<!--收藏夹显示图标-->
<link rel="shortcut icon" href="xxx.ico" type="image/x-icon">
</head>
<body>
</body>
</html>