-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
51 lines (51 loc) · 1.59 KB
/
info.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
<!DOCTYPE HTML>
<html>
<head>
<title>iphelf's</title>
<link rel="stylesheet" href="style.css" />
<link href='http://cdn.webfont.youziku.com/webfonts/nomal/108795/47007/59d4decef629d81258ffa8c3.css' rel='stylesheet' type='text/css' />
<meta name="theme-color" content="#4CAF50" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<link rel="bookmark" href="/favicon.ico" />
</head>
<body>
<h1 align="center">iphelf's INFO</h1>
<nav>
<ul class="glass" align="center">
<li><a href="blog.html">BLOG</a></li>
<li><a href="work.html">WORK</a></li>
<li><a href="#" onclick="haha()">RESOURCE</a></li>
<li><a href="info.html">INFO</a></li>
</ul>
</nav>
<div>
<ul>
<li class="glass" style="align:center">
<span style="font-size:50px;color:white">
NOTHING HERE YET.
</span>
<!-- <span style="font-size:20px;display:inline-block;float:right bottom">Last update: 2017.8.8 10:31:17</span> -->
</li>
</ul>
</div>
<script>
var a=0;
function haha(){
if(a==0){
alert("Please click it 10 more times");
}
if(a==10){
alert("Do it again to show your sincerity");
}
if(a==20){
alert("An old joke.");
}
if(a==100){
alert("Screenshot this page and send it to me, and I'll give you what you deserve.");
}
a++;
}
</script>
</body>
</html>