-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 2.07 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 2.07 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
47
48
49
50
51
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="Keywords" content='吕文超'>
<meta name="Description" content="吕文超个人简历">
<title>GhostGrain</title>
<link rel="shortcut icon" href="./images/icon.ico">
<link rel="stylesheet" href="./css/reset.css"/>
<link rel="stylesheet" href="./css/index.css"/>
</head>
<body>
<div id="head" class="head">
<div class="wrap">
<a href="#" class="self-introduction"><img src="./images/name.png" alt="文超"/></a>
<li><a href="./images/运维工程师吕文超.doc">点击下载个人简历</a></li>
<a href="#" class="self-list">
<img src="images/avatar.png" alt="头像"/>
<span>鲁班</span>
</a>
</div>
</div>
<div id="content" class="wrap">
<div id="rollWrap">
<h3 id="rollTile">练习Demo</h3>
<div id="roll">
<ul id="roll_1">
<li><a href="./bank/Bank_Max.html">银行家算法模拟</a></li>
<li><a href="./clip/clip.html">clip属性demo</a></li>
<li><a href="./flowerShop/index.html">web大作业花店</a></li>
<li><a href="./luckFate/choujiang.html">抽奖</a></li>
<li><a href="./myshopcar/shop-car.html">购物车demo</a></li>
<li><a href="./navgator/rollpage.html">navigator demo</a></li>
<li><a href="./ROM/ROM.html">系统内存分配模拟</a></li>
<li><a href="./search/search.html">bing test demo</a></li>
<li><a href="./avatar/avatar.html">头像上传demo</a></li>
</ul>
<ul id="roll_2"></ul>
</div>
</div>
<div id="con"></div>
<canvas id="canvas" style="height:100%">
当前浏览器不支持Canvas,请更换浏览器
</canvas>
</div>
<script src="./js/roll.js" type="text/javascript"></script>
<script src="./js/require.js" data-main="./js/main"></script>
<script type="text/javascript" src="js/countdown.js" ></script>
<script type="text/javascript" src="js/digit.js" ></script>
</body>
</html>