Skip to content

Commit

Permalink
added bing search engin.
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Feb 16, 2020
1 parent 9be2ad5 commit c6e4f45
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@
<kiv class="container-width">
<div class="logo-container">
<div class="logo">
siteproxy
<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"> 从这里开始,不再被训戒. 建议您从浏览器打开网页,避免被微信窃听!
<br />
<div class="descriptionSeg"> 由于从本代理发出的Google请求过多, google会自动限制搜索流量; 如果google不能用,请使用bing搜索引擎.
</div>
<form class="lead-title" action=>
<input class="lead-title" type="button" onclick="window.location.href='/https/www.google.com'" value="Google"/>
<input class="lead-title" type="button" onclick="window.location.href='/https/www.google.com'" value="Google搜索"/>
<input class="lead-title" type="button" onclick="window.location.href='/https/www.bing.com/?mkt=en-us'" value="Bing搜索"/>
<input class="lead-title" type="button" onclick="window.location.href='/https/zh.wikipedia.org'" value="维基百科"/>
<input class="lead-title" type="button" onclick="window.location.href='/https/www.wenxuecity.com'" value="文学城"/>
<input class="lead-title" type="button" onclick="window.location.href='/https/www.bbc.com/zhongwen/simp'" value="BBC新闻"/>
Expand Down
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@ img {
float:left;
width:50%;
}
.logo-right-container{
float:right;
}
.logo{
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
width:230px;
width:500px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
Expand All @@ -72,7 +75,7 @@ img {
text-align:center;
line-height:30px;
color:rgb(77, 17, 79);
font-size:33px;
font-size:22px;
font-weight:700;
}
.menu{
Expand Down

0 comments on commit c6e4f45

Please sign in to comment.