-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.69 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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Nobody Here...</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]>
<script type="text/javascript">alert("Your browser does not support the canvas tag.");</script>
<![endif]-->
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.lug.ustc.edu.cn/css?family=Raleway|Shadows+Into+Light+Two" rel="stylesheet">
<link href="default.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="background">
<div>
<canvas id="myCanvas" width="500" height="500">Nothing There</canvas>
<noscript>
<p>JavaScript is required to view the contents of this page.</p>
</noscript>
</div>
</div>
<div class="text">
<h1>...but HeYSH</h1>
<h2>and his leaves.</h2>
<hr class="line"/>
<p class="linklist">
<a href="https://blog.heysh.xyz" target="_blank"><i class="fa fa-pencil fa-lg" aria-hidden="true"></i></a>
<a href="https://twitter.com/heyeshuang" target="_blank"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a>
<a href="https://plus.google.com/+%E8%B4%BA%E5%8F%B6%E9%9C%9CHeYSH" target="_blank"><i class="fa fa-lg fa-google-plus" aria-hidden="true"></i></a>
<a href="https://github.com/heyeshuang" target="_blank"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a>
<a href="javascript:void(0);" onclick="location.reload()"><i class="fa fa-refresh fa-lg" aria-hidden="true"></i></a>
</div>
<div class="control">
</div>
<script src="draw.js"></script>
</body>
</html>