-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
69 lines (69 loc) · 3.51 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
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title>此域名出售 - 您正在访问的域名可以转让出售!This domain name is for sale!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="域名转让,域名出售" />
<meta name="description" content="您正在访问的域名可以转让出售!This domain name is for sale!" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/><!--stylesheet-css-->
<link href="css/font-awesome.css" rel="stylesheet" ><!--fontawesome-->
<link href="http://fonts.googleapis.com/css?family=PT+Sans+Caption" rel="stylesheet"><!--online-fonts-->
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet"><!--online-fonts-->
<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet"><!--online-fonts-->
<link href="images/favicon.ico" rel="shortcut icon"><!--shortcut-icon-->
</head>
<body>
<div class="w3l-head">
<h1>This Domain Name is for sale!</h1>
</div>
<div class="w3l-timer">
<h2><span><script>var domain=window.location.host;document.write(domain)</script></span></h2>
<p>您正在访问的域名可以转让出售!</p>
</div>
<div class="w3l-form">
<p class="w3l-text">访问一个网站,首先要知道网站的域名。域名,就是网站在互联网上的门牌号。</p>
<p class="w3l-texttel">联系购买 Tel:<span>+86</span> <span>1500</span> <span>2010</span> <span>960</span></p>
<p class="w3l-texttel">Contact Tel:<span>+1</span> <span>(513)</span> <span>8765</span> <span>237</span></p>
<p class="w3l-text">QQ:918404 / 微信:wzsxjy / 邮件:[email protected]<br></p>
<p class="w3l-text2">
购买说明:<br>
⑴通过电话、短信、邮件、QQ 、微信方式联系我们,确定购买意向,商谈并确定域名价格。<br>
⑵交易方式:通过域名注册商站内带价、支付宝、银行先行付款或各大域名平台中介、A5中介交易。<br>
⑶我们在收到买家款项后,立即向买家进行域名过户操作,如买家要求转移注册商,我们提供域名转移密码并协助转移。<br>
⑷交易完成,期待再次合作!顺祝商祺!</p>
</div>
<div class="w3ls-icons">
<ul>
<li><a href="http://wpa.qq.com/msgrd?v=3&uin=918404&site=qq&menu=yes" title="QQ咨询"><i class="fa fa-qq" aria-hidden="true"></i></a></li>
<li><a href="JavaScript:void(0)" class="wechat" title="微信咨询"><i class="fa fa-wechat" aria-hidden="true"></i></a></li>
</ul>
</div>
<!-- 弹出层部分begin -->
<div class="weixin">
<div class="content"><img src="images/weixin.png" title="微信扫描二维码,联系我们!" /></div>
</div>
<div class="content_mark"></div>
<!-- 弹出层部分end -->
<footer>Copyright © 2020 <script>var domain=window.location.host;document.write(domain)</script>., All Rights Reserved. Powered by:<a target="_blank" href="https://www.wzs.cc/" target="_blank" title="wzs.cc">wzs.cc</a> </footer>
<script src="js/jquery.min.js"></script>
<script>
$(function(){
$('.wechat').click(function(){
$('.weixin').show(0);
$('.content_mark').show(0);
});
$('.content_mark').click(function(){
$('.weixin').hide(0);
$('.content_mark').hide(0);
});
});
</script>
<script language="javascript">
url = window.location.href;
url = url.split("//")[1].split("/")[0];
var titleval = window.document.title;
window.document.title=url+titleval;
</script>
</body>
</html>