-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (64 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>TeddyJiの分集</title>
<style>
#title{
font-size:40px;
text-align:center;
}
#box-redirect{
width:600px;
height:200px;
background-color:rgba(255,255,255,0.64);
position:absolute;
left:50px;
top:180px;
padding:30px;
border-radius:20px;
}
.boxt{
font-size:20px;
text-align:center;
color:#FF686B;
}
.inbox{
position:relative;
left:20px;
}
.hs{
font-size:20px;
position:relative;
left:15px;
}
button{
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 8px 24px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
overflow: visible;
background: #fafafa;
}
button:hover{
box-shadow: 12px 0 24px 0 rgba(0, 0, 0, 0.4), 0 6px 18px 0 rgba(0, 0, 0, 0.38);
transition: 250ms;
overflow: visible;
background: #fafafa;
}
</style>
</head>
<body bgcolor="#A1FFA0">
<p id="title">Hi! Welcome!</p>
<div id="box-redirect">
<p class="boxt">您是否想要去:</p>
<button onclick="javascript:window.location.href='https://teddyji.github.io/Tedhivel/'" class="inbox">Tedhivel</button>
<br/>
<span class="hs">还是?</span>
<br/>
<button onclick="javascript:window.location.href='http://teddyji.github.io/iOS_Jailbreak_Tools/'" class="inbox">iOS越狱工具(非下载,见详情)</button>
<br/>
<span class="hs">难道是?</span>
<br/>
<button onclick="javascript:window.location.href='https://pan.baidu.com/s/1uxTpGLGtb5nMjpt-s3pAHw?pwd=xstk'" class="inbox">去除时间炸弹的Windows Beta(不保证可用性)</button>
</div>
</body>
</html>