forked from netptop/siteproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (67 loc) · 3.79 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
<meta charset="utf-8"/>
<link rel="stylesheet" href="/style.css"/>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#addrAccess").click(function(){
let v = $("#address").val();
v = v.replace(':/', '')
// alert(`value=/${v}`)
window.location.href = `/${v}`
});
});
</script>
<header class="header-banner">
<kiv class="container-width">
<div class="logo-container">
<div class="logo">
<a href="https://github.com/netptop/siteproxy">Github源码</a>
</div>
</div>
<div class="logo-right-container">
<div class="logo">
<a href="http://netptop.com">本人开发的远程桌面和远程服务器共享软件</a>
</div>
</div>
<br />
<div class="lead-title"> 从这里开始,不再被训戒</div>
<br />
<div class="descriptionSeg">1.建议您从浏览器打开网页,避免被微信窃听! </div>
<br />
<div class="descriptionSeg">2.!!!请勿广泛传播本代理, 以便尽量推迟本代理的失效时间!!!</div>
<br />
<div class="descriptionSeg">3.由于从本代理发出的Google请求过多, google会自动限制搜索流量; 如果google不能用,请使用bing和yahoo搜索引擎. </div>
<br />
<div class="descriptionSeg">4.请登录telegram,在contacts页面搜索并添加我@netptop,以便在本代理失效后及时获取更新</div>
<form class="lead-title">
<p>指定网址:<input class="lead-title" type="text" id="address" value="https://www.google.com">
<input id="addrAccess" class="lead-title button1" type="button" onclick="onsubmit" value="访问网站"/>
</p>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/www.google.com'" value="Google搜索"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/www.bing.com/?mkt=en-us'" value="Bing搜索"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/search.yahoo.com/'" value="Yahoo搜索"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/zh.wikipedia.org'" value="维基百科"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/esu-tg.github.io/tg-poster-online'" value="Telegram指南"/>
<input class="lead-title button1" type="button" onclick="window.location.href='https://github.com/esu-tg/tg-app/blob/master/README.md'" value="Telegram下载"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/www.bbc.com/zhongwen/simp'" value="BBC新闻"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/cn.reuters.com/'" value="路透社中文"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/http/news.creaders.net/headline/'" value="万维读者"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/www.wenxuecity.com'" value="文学城"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/www.6parknews.com'" value="留园网"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/www.mitbbs.com/'" value="未名空间"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/http/www.iask.ca/index.html'" value="加拿大家园网"/>
<input class="lead-title button1" type="button" onclick="window.location.href='/https/pincong.rocks'" value="品葱"/>
</form>
</kiv>
<div class="container-width">
<div class="logo-container"> </div>
<div class="c9130">
<br/>
<br/>
<div class="clearfix">
</div>
<br/>
<br/>
</div>
</div>
</header>