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

📄 index.html

📁 准备: 1、启动MS-SQL服务器; 2、运行“DBCreate_MusicSky.bat”,安装本项目所需的数据库 (如果安装不成功
💻 HTML
字号:
<%@ page language="java" contentType="text/html;charset=gb2312" pageEncoding="GB18030"%>
<html>
<head>
<title>-- 欢迎光临音乐天堂!-- Welcome to MusicSky! --</title>
<bgsound src="Music/bg.mp3" loop="1">
<body background="IMAGES/bg05.gif" >
</head>

<table border="0" cellpadding="0" cellspacing="0" width="980" height="550">
	<!-- MSTableType="layout" -->
	<tr>	
		<td valign="top" width="725" height="75" colspan="2">
		<!-- MSCellType="ContentHead" -->
		<iframe name="head" scrolling="No" src="incoming/head.jsp" width="980" height="220">
		浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
	<tr>
		<td valign="top" width="210" height="235">
		<!-- MSCellType="NavBody" -->
		 <iframe name="left1" scrolling="No" width="200" height="217" src="incoming/leftlog.jsp">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
		<td valign="top" width="800" height="425" rowspan="2">
		<!-- MSCellType="ContentHead2" -->
		 <iframe name="content" src="incoming/content.jsp" width="731" height="647">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
	<tr>
		<td valign="top" width="210" height="243">
		<!-- MSCellType="NavBody" -->
		 <iframe name="leftsky" scrolling="No" src="incoming/leftsky.jsp" width="200" height="383">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
	<tr>
		<td valign="top" width="725" height="50" colspan="2">
		<!-- MSCellType="ContentFoot" -->
		 <iframe name="tail" scrolling="No" src="incoming/tail.jsp" width="980" height="125">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
</table>
</html>

⌨️ 快捷键说明

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