📄 head.htm
字号:
<!--HTTP头-->
<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="generator" content="Forecast News">
<meta name=keywords content="{$MetaKeyword$}">
<meta name="description" content="完美设计.完美政府网站管理系统">
<title>{$Show_HtmlTitle$}完美设计网络科技有限公司 完美政府网站管理系统 http://www.wmgov.cn</title>
{$Show_BaseUrl$}
<link href="news.css" rel=stylesheet>
<SCRIPT language=JavaScript>
//双击滚屏代码
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",50);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</script>
</HEAD>
<!-- HTTP头结束 -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -