Skip to content

Commit 2c6c2a3

Browse files
committed
add resource
1 parent 48abd03 commit 2c6c2a3

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>404</title>
6+
<meta http-equiv="refresh" content="2; url=/" />
7+
</head>
8+
<body>
9+
<h1>404 Not Found</h1>
10+
<p>after 2s, will jump to homepage.</p>
11+
</body>
12+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
avid.edgarhoo.org

favicon.ico

1.37 KB
Binary file not shown.

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Avid, vendor for Fangdeng Team</title>
6+
</head>
7+
<body>
8+
<hgroup>
9+
<h1>Avid</h1>
10+
<h2>vendor for Fangdeng Team</h2>
11+
</hgroup>
12+
<nav>
13+
<ul>
14+
<li><a href="http://jquery.com">jQuery</a></li>
15+
<li><a href="http://pivotal.github.com/jasmine/">Jasmine</a></li>
16+
</ul>
17+
</nav>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)