-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 2.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>享图网主页</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="768" align="center" style="height:100%;">
<tr>
<td style="width:100%;"><table style="width:100%; height:100%">
<tr>
<td style="width:1px; height:100%; background:#1D1D1D"><img alt="" src="images/spacer.gif" width="1" height="1"></td>
<td width="766"><table style="width:766px; height:100%;">
<tr>
<td style="width:766px; background:url(images/w2.jpg) repeat-y;"><table style="width:766px; background:url(images/w1.jpg) top left no-repeat; height:100%;">
<tr><td style="background:url(images/w3.jpg) left bottom no-repeat; width:766px; height:766px;">
<table>
<!--logo-->
<tr>
<td style="height:111px; width:766px;"><table>
<tr>
<td width="615"><a href="index.html"><img alt="" src="images/logo.gif" style="margin:23px 0 0 41px;" width="218" height="150"></a></td>
<td><table style="margin:48px 0 0 0;">
<tr>
<td width="32"><a href="#"><img alt="" src="images/p1.gif" width="11" height="10"></a></td>
<td width="34"><a href="index-1.html"><img alt="" src="images/p11.gif" width="11" height="10"></a></td>
<td width="30"><a href="#"><img alt="" src="images/p3.gif" width="11" height="10"></a></td>
<td width="32"><a href="mailto:"><img alt="" src="images/p4.gif" width="11" height="10"></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<!--menu-->
<tr>
<td class="menu" style="height:560px;"><table style="margin:70px 0 0 128px;">
<tr>
<td class="m1"><a href="首页.html"> </a></td>
<td class="m2"><a href="享图下载.html"> </a></td>
<td class="m3"><a href="享图经典.html"> </a></td>
<td class="m4"><a href="享友社区.html"> </a></td>
<td class="m5"><a href="加入我们.html"> </a></td>
</tr>
</table></td>
</tr>
<!--footer-->
<tr><td class="end" style="padding:68px 0 10px 153px;">Copyright 2007. © CompanyName. All rights reserved. <a href="隐私声明.html">Privacy Policy</a> | <a href="#">Terms of Use</a></td></tr>
</table>
</td></tr>
</table></td>
</tr>
<tr>
<td style="background:url(images/w_bot.jpg) top left repeat-y; width:766px; height:100%;"></td>
</tr>
</table></td>
<td style="width:1px; height:100%; background:#1D1D1D"><img alt="" src="images/spacer.gif" width="1" height="1"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>