📄 title.js
字号:
document.write("<HTML>");
document.write("<HEAD>");
document.write("<TITLE>JSP 零零壹.com -- Welcome to JSP001.com</TITLE>");
document.write("<META NAME=\"Generator\" CONTENT=\"EditPlus\">");
document.write("<META NAME=\"Author\" CONTENT=\"\">");
document.write("<META NAME=\"Keywords\" CONTENT=\"\">");
document.write("<META NAME=\"Description\" CONTENT=\"\">");
document.write("<style>");
document.write("<!--");
document.write("a:link {color: blue}");
document.write("a:hover {color: #FF0000}");
document.write("a:visited {color: blue}");
document.write("a:hover {color:red}");
document.write("body,td {font-size:9pt}");
document.write("hr { color: #000000; height: 1px; width: 100%}");
document.write("-->");
document.write("</style>");
document.write("</HEAD>");
document.write("<BODY BGCOLOR=\"#FFFFFF\" onload=\"window.status='欢迎光临 JSP001.com'\">");
document.write("<a href=http://www.jsp001.com target=jsp001><IMG SRC=\"../image/jsp001_middle_logo.gif\" WIDTH=\"180\" HEIGHT=\"60\" BORDER=0 ALT=\"\"></a>");
document.write("<hr>");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -