header.asp
来自「1、日志增加首页显示调用index_show.asp 2、日志增加用户的修改和」· ASP 代码 · 共 32 行
ASP
32 行
<!--#include file="include/library.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title><%=siteName&""&siteTitle&""%></title>
<link rel="alternate" type="application/rss+xml" href="<%=siteURL%>/blogrss1.asp" title="Loveyuki's BLOG" />
<link rel="alternate" type="application/rss+xml" href="<%=siteURL%>/blogrss2.asp" title="Loveyuki's BLOG" />
<link href="styles/default.css" rev="stylesheet" rel="stylesheet" type="text/css" media="all" />
<script language="JavaScript" src="include/common.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
margin-top: 0px;
}
-->
</style></head>
<body>
<div align="center">
<table width="768" height="100" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="766" valign="bottom" background="images/index_top.gif"> <p align="left">
<a href="../">
首页 </a>| <a href="index.asp">博客首页</a> <%CategoryList%>
| <a target="_self" href="guestbook.asp">流言</a> | <a href="bloglinks.asp">街坊</a>
| <a href="../myphoto">相册</a>| </td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?