-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
46 lines (39 loc) · 1.14 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
<?php session_start(); ?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Code Samples « PureWeber.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="">
<meta name="robots" content="INDEX,FOLLOW" />
<link rel="shortcut icon" href="/favicon.ico">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/pureweber.css" rel="stylesheet">
</head>
<body>
<div id="nav" class="container">
<div class="inner">
<a href="http://www.pureweber.com" class="logo">PureWeber</a>
<ul>
<li><a id="to-top" href="http://www.pureweber.com">« 回到主站</a></li>
</ul>
</div>
</div>
<div id="wrap" class="container">
<div id="header">
<h1>Demo List</h1>
</div>
<div id="article">
<ul class="posts">
<li> » <span>03 Nov 2012</span> - <a href="php-upload-progress">PHP(5.4) 文件上传进度条</a></li>
</ul>
</div> <!-- #article -->
<div id="footer">
<p>Copyright © 2012 PureWeber.com</p>
</div>
</div><!-- #wrap -->
</body>
</html>