-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathszcc.html
103 lines (102 loc) · 3.28 KB
/
szcc.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>无标题文档</title>
<link href="boilerplate.css" rel="stylesheet" type="text/css">
<link href="Untitled-1.css" rel="stylesheet" type="text/css">
<style type="text/css">
body,td,th {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
</style>
<!--
要详细了解文件顶部 html 标签周围的条件注释:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
如果您使用的是 modernizr (http://www.modernizr.com/) 的自定义内部版本,请执行以下操作:
* 在此处将链接插入 js
* 将下方链接移至 html5shiv
* 将“no-js”类添加到顶部的 html 标签
* 如果 modernizr 内部版本中包含 MQ Polyfill,您也可以将链接移至 respond.min.js
-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="respond.min.js"></script>
</head>
<body>
<div class="gridContainer clearfix">
<div id="LayoutDiv1">
<table width="424" border="0">
<tr>
<td width="110"><img src="pics/校徽/校徽/BETA3.png"></td>
<td width="157"><p class="clearfix"> </p>
<p class="clearfix">天津四中学生会</p>
<p class="clearfix">Student Union</p></td>
<td width="143"> </td>
</tr>
<tr>
<td colspan="3"><p>首页| 学生会简介| 最近活动| 各部概况| 精彩瞬间| 成为志愿者| 联系我们</p>
<table width="410" border="0">
<tr>
<td width="133"> </td>
<td width="131"> </td>
<td width="132"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="21"> </td>
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>
<table width="410" border="0">
<tr>
<td colspan="3"><img src="pics/小图标/QQ图片20160920235055.png" width="28" height="30">校园动态</td>
</tr>
<tr>
<td width="133"> </td>
<td width="131"> </td>
<td width="132"> </td>
</tr>
<tr>
<td height="21"> </td>
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
</div>
</div>
<div id="LayoutDiv2"></div>
<div class="gridContainer clearfix">
<div id="LayoutDiv3"></div>
</div>
<div class="gridContainer clearfix">
<div id="LayoutDiv4"></div>
</div>
<div></div>
</body>
</html>