⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 在线足球社区源代码
💻 JSP
字号:
<!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=gb2312">
<title>Home Page</title>
<link rel="stylesheet" href="styles/soccer.css" type="text/css">
</head>

<body>
<table width="640" border="1" align="center">
  <tr>
    <td><table width="100%" >
      <tr>
        <td width="25%" align="center"><img src="images/DukeKick.gif" width="100" height="65"></td>
        <td width="75%" bgcolor="#CCCCFF" class="banner_text">Duke's Soccer League </td>
      </tr>
      <tr>
        <td valign="top" bgcolor="#CCCCFF">
		<jsp:include page="incl/side-bar.jsp" />
		</td>
        <td>
          <p class="content_header">Welcome
</p>
          <p class="content_text"><em>Duke's Soccer Leagues</em> is a non-profit organization supporting
    community improvement through the sport of Soccer and its players.
    We believe that the spirit of sportsmanship, inherent in the game
    of Soccer, can provide a model for individual and social responsibility
    within our communities. Duke employs this philosophy by promoting the
    growth of our sport while simultaneously raising funds for non-profit,
    community-based organizations.</p>
          <p class="content_text">We hope that you will join our leagues to foster your own spirit
      of sportsmanship and of course to have some fun.  Please use
      the links on the left to register for the leagues and to navigate
      to other features of this web site. </p></td>
      </tr>
      <tr align="right">
        <td colspan="2" class="footer_text">
		<jsp:include page="incl/copyright.jsp" />
		</td>
        </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -