-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
40 lines (38 loc) · 1.76 KB
/
header.php
File metadata and controls
40 lines (38 loc) · 1.76 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Design by http://www.iWebsiteTemplate.com
Released for free under a Creative Commons Attribution 3.0 License
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BNUCPC 2012</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/jquery.form.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/overcast/jquery-ui-1.8.16.custom.css" />
</head>
<body>
<div class="main">
<div class="header">
<div class="header_resize">
<div class="logo"><h1><a href="index.php"><span>BNUCPC</span> 2012<small>2012年第十届北京师范大学程序设计竞赛</small></a></h1></div>
<div class="menu_nav">
<ul>
<li id="home"><a href="index.php">首页</a></li>
<li id="intro"><a href="intro.php">简介</a></li>
<li id="org"><a href="organization.php">机构</a></li>
<li id="schedule"><a href="schedule.php">日程</a></li>
<li id="signup"><a href="signup.php">报名</a></li>
<li id="rule"><a href="rules.php">规则</a></li>
<li id="award"><a href="award.php">奖项</a></li>
<li id="other"><a href="other.php">其他</a></li>
</ul>
</div>
<div class="clr"></div>
</div>
</div>
<div class="content">
<div class="content_resize">