-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 112 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 112 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="pageYe">
<meta name="Keywords" content="作品展,前端开发,交流">
<title>Page Ye's home</title>
<!-- ico -->
<link rel="icon" href="img/favicon.ico" mce_href="img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.ico" mce_href="img/favicon.ico" type="image/x-icon">
<!--css-->
<link rel="stylesheet" type="text/css" href="css/index.css">
<base target="_blank">
</head>
<body>
<h1>Hello World!Welcome to PageYe's home</h1>
<p style="text-align: center">这些是我的一些网页项目</p>
<ul>
<!-- <li><a href="dialogue/index.html">dialogue</a></li>
<li><a href="todos/index.html">todos</a> <a href="todos/img-todo.pdf">todo的流程图</a></li>
<li><a href="lunbo/index.html">轮播图</a> <a href="lunbo/img-lunbo.pdf">轮播的流程图</a></li> -->
<!-- <li><a href="L520/index.html">520(shake mobile)</a></li> -->
<!-- <li><a href="lazyLoad/index.html">懒加载lazyLoad&&jQuery组件化</a></li> -->
<li><a href="">基于 bootstrap 模仿华企助力主页</a></li>
<li><a href="carousel/index.html">旋转木马</a><span title="Firefox:38+;Chrome:31+;Safari:7.1+;Opera:30+;IE:9+;">【注明:浏览器兼容性问题】</span></li>
<li><a href="weibo/index.html">模仿微博页面</a></li>
<li><a href="PM2.5/index.html">PM2.5 数据可视化</a></li>
<li><a href="happy38/index.html">基于 vue.js 的妇女节小活动</a></li>
<li><a href="Demo/svg/LOGO_DNA.html">svg线条动画之logo</a></li>
</ul>
</body>
</html>