-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.61 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.61 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
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>Yangtse's Site</title>
<meta http-equiv="Content-Type" content="text/html;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">
<link rel="openid.server"
href="https://login.launchpad.net/+openid" />
<link rel="openid.delegate"
href="https://login.launchpad.net/+id/KeRtNeM" />
<link rel="openid2.provider"
href="https://login.launchpad.net/+openid" />
<link rel="openid2.local_id"
href="https://login.launchpad.net/+id/KeRtNeM" />
<meta http-equiv="X-XRDS-Location"
content="https://login.launchpad.net/+id/KeRtNeM/+xrds" />
</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://validator.w3.org/check?uri=http%3A%2F%2Fyangtse.me%2F">
<img src="imgs/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>