-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtranform.html
52 lines (44 loc) · 887 Bytes
/
tranform.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" sizes="any" />
<title>
SC-TC
</title>
<style>
body ::selection{
color: #00E3E3;
background: #FF1493;
}
body {
color: #9E9E9E;
background: #898989;
}
</style>
</head>
<body>
<p>
NOT AVAILABLE NOW
</p>
<br />
<a target="_blank" href="https://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=9o_XmYyTj5O2kJmOm5efmtiVmZs" style="text-decoration:none;">
Ask for help.
</a>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p>
<font style="font-size:25px;color:black;">
Copyright (C) yaozeye@foxmail.com
</font>
</p>
</body>
</html>