<%@ page language="java" pageEncoding="GBK"%>
<%
String path = ();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>测试网页图标</title>
<link rel="icon" href="<%=path %>/images/" type="image/x-icon" />
<link rel="shortcut icon" href="<%=path %>/images/" type="image/x-icon" />
</head>
<body>
网页图标
</body>
</html>