您的位置:首页 > 其它

网页图标/images/favicon.ico" type="image/x-icon" />

2010-12-29 15:15 555 查看
<%@ page language="java" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>测试网页图标</title>
<link rel="icon" href="<%=path %>/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<%=path %>/images/favicon.ico" type="image/x-icon" />
</head>
<body>
网页图标
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: