-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui">
<title>马一特-个人主页</title>
<meta name="keywords" content="马一特"/>
<meta name="description" content="马一特"/>
<meta name="author" content="马一特"/>
<meta name="copyright" content="www.mayite.cn"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id='stars'>
</div>
<div id='stars2'>
</div>
<div id='stars3'>
</div>
<div id='title'>
<h2>Albert's Personal Page</h2>
<div class="container">
<!--<div class="name" id="name">马一特</div>-->
<div class="brief">No man is rich enough to buy back his own past</div>
<div class="blog"><a href="http://www.cnblogs.com/mayite/" target="_blank">Blog</a></div>
<div class="github"><a href="https://github.com/mayite/" target="_blank">Github</a></div>
<div class="mail"><a href="mailto:[email protected]" target="_blank">Mail</a></div>
</div>
</div>
</body>
</html>