-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (45 loc) · 1.28 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
<html lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>◉</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico">
<style>
[touch-action="none"]{ -ms-touch-action: none; touch-action: none; }
[touch-action="pan-x"]{ -ms-touch-action: pan-x; touch-action: pan-x; }
[touch-action="pan-y"]{ -ms-touch-action: pan-y; touch-action: pan-y; }
[touch-action="scroll"],[touch-action="pan-x pan-y"],[touch-action="pan-y pan-x"]{ -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; }
</style>
<style>
<!--
body {
-moz-user-select:none;
}
-->
</style>
</head>
<body onselectstart="return false">
<div class="wrap">
<h1>/**
* This node is the endpoint.
*/</h1>
<br>
{
<ul>
<li class="profile site">
<a href="#" target="_blank">
<h3><b>Notification:</b><span class="link">Just stop here,</span></h3>
</a>
</li>
<li class="profile weibo">
<a href="https://weibo.com/u/1660646684" target="_blank">
<h3><b>weibo:</b><span class="link">weibo.com/u/1660646684</span></h3>
</a>
</li>
</ul>
}
</div>
<script type="text/javascript">
document.oncontextmenu=function(e){return false;}
</script>
</body></html>