-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (41 loc) · 1.74 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
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Strwind.github.com : 我的主页" />
<link rel="stylesheet" type="text/css" media="screen" href="index/stylesheets/stylesheet.css">
<title>Strwind.github.com</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/strwind">View on GitHub</a>
<h1 id="project_title">Strwind.github.com</h1>
<h2 id="project_tagline">我的主页</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Hello,欢迎访问我的主页!</h3>
<p>你还可以访问以下链接,均为平时练习Demo。</p>
<ol>
<li><a href="snake" target="_blank" title="贪吃蛇">snake</a></li>
<li><a href="adplay" target="_blank" title="广告轮播">adPlay</a></li>
<li><a href="countDown" target="_blank" title="计数器">countDown</a></li>
<li><a href="myBoard" target="_blank" title="乒乓游戏">myBoard</a></li>
<li><a href="jigsaw" target="_blank" title="拼图游戏">jigsaw</a></li>
<li><a href="flash/Project/%E7%BC%96%E8%AF%91%E6%97%B6%E6%89%80%E6%9C%89%E5%8C%85%E8%A3%85%E8%BF%9BSWF_cicle/project.swf" target="_blank" title="flash练习">flash</a></li>
</ol>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>