-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathisingbadbutpleasedontlaughatme.htm
46 lines (44 loc) · 1.33 KB
/
isingbadbutpleasedontlaughatme.htm
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
<!DOCTYPE html>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta charset='utf-8'>
<title>警告!</title>
<link rel="stylesheet" href="/css/homepage.css">
<script src='js/perlin.js'></script>
<script src="js/簡P.js" charset="utf-8"></script>
<style>
.框框{border: 1px black solid}
h1 img{ vertical-align: -8px; }
</style>
<script>
function 確定(){
if(!document.getElementById('請同意').checked)
{
alert("你必須要同意才可以聽");
return;
}
var a=location.hash;
var b=a.substr(1,16);
var c=(~~a.substr(17)+3333333);
//location.href=("http://"+a.substr(1));
setTimeout(function(){document.location.href="http://"+b+c;},500)
}
</script>
</head>
<body>
<form>
<h1><img src='image/warning.svg'>警告!</h1>
因為我唱歌很爛,我拜託你們要同意以下條件:
<div class='框框'><ol>
<li>你不會說我「你的聲音不適合唱歌,不要再唱了」</li>
<li>你有看完我的畢業文</li>
<li>你承認 <a href='https://www.facebook.com/hashtag/%E6%88%91%E6%98%AF%E4%BD%8E%E9%A0%BB%E7%8E%87'><b>#我是低頻率</b></a></li>
<li>你不會排擠我</li>
<li>你不會嘲笑我</li>
</ol></div>
<input type='checkbox' id='請同意'>「我同意以上條件並想要聽你唱歌」
<button onclick='確定()'>確定</button>
</form>
</body>
</html>