📄 index.jsp
字号:
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>网站</title>
<style>
#top{ width: 1000px;height: 400px;font-size:15pt;margin: 20px auto;}
#top1{width:150px;height:500px;float:left;}
#top2{width:800px;height:500px;float:right; border:#000066; border-style:solid}
#air{width:900px;height:130px; margin:0px auto; }
#noname{ background:url(images/fly.gif) ; border:-style:solid}
</style>
<script language="javascript" >
function win(){ window.close();}
</script>
</head>
<body>
<p>
<%@ include file="top.jsp" %>
</p>
<div id="air"><center>
<table border="1" ><tr>
<td width="833" id="noname" ><img src="images/images_main.jpg" width="891" height="130"></td></tr></table>
</center>
</div>
<div id="top">
<div id="top1"><table align="center" >
<tr>
<td width="157" height="182"><a href="go.jsp"><img src="images/login.jpg" width="157" height="139"></a></td>
</tr><tr>
<td width="157" height="149" ><a href="enrol.jsp"><img src="images/zhuce.jpg" width="157" height="139"></a></td>
</tr>
<tr><td height="146" bordercolor="#6600FF"><img src="images/close.gif" width="157" height="128" onClick="win()" ></td>
</tr></table>
</div>
<div id="top2">
<p>消息::</p>
<p><img src="images/why.gif" width="800" height="300"></p>
<marquee align="bottom"><a href="http://www.baidu.com" > 。。。<img src="images/free.jpg">。。。<img src="images/2006524134631357.jpg">。。。
<img dir="rtl" src="images/20060108160207856.jpg">。。。</a>
</marquee>
</p></div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -