-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
35 lines (33 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<title>Yangtse's Site</title>
<meta http-equiv="Content-Type" />
<meta charset="UTF-8" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" href="imgs/icon.png">
<link rel="apple-touch-icon" href="imgs/button.png">
</head>
<body>
<header>
<h1>Yangtse Su</h1>
</header>
<article>Hi,我是Yangtse<br>
欢迎访问<a href="http://blog.yangtse.me">我的Blog</a>。
</article>
<footer>
<h3>Copyright © Yangtse Su 2011.</h3>
<p>
<a href="http://www.w3.org/html/logo/">
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-device.png" width="165" height="64" alt="HTML5 Powered with CSS3 / Styling, and Device Access" title="HTML5 Powered with CSS3 / Styling, and Device Access">
</a><br>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="imgs/vcss.gif"
alt="Valid CSS!" />
</a>
</p>
</footer>
</body>
</html>