|
时 间 记 忆 |
<< < 2014 - 5 > >>
日 |
一 |
二 |
三 |
四 |
五 |
六 |
|
|
|
|
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 |
|
|
|
|
CSS网模板 |
[ 2014-5-28 23:16:00 | By: Linux ] |
- <!DOCTYPE html >
- <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn">
- <head>
- <title>网站标题 - Admin10000.com </title>
- < http-equiv="Content-Type" content="text/html; charset=utf-8" />
- < http-equiv="Content-Language" content="zh-CN" />
- < name="Author" content="网页作者" />
- < name="Copyright" content="网站版权" />
- < name="keywords" content="网站关键字" />
- < name="deion" content="网站描述" />
- <link rel="Shortcut Icon" href="网站.ico图标路径" />
- <link type="text/css" rel="stylesheet" href="CSS文件路径" />
- < type="text/***" src="JS文件路径"></>
- </head>
- <body>
- </body>
- </html>
|
|
| |