我有一个域名,并希望在没有其他人知道的情况下为我的Chrome集成一个起始站点,但这不是我的问题,我想整合一个谷歌搜索引擎,以便您可以搜索并转发到谷歌上的结果。 / p>
<style type="text/css">
button{
width:128px;
height: 128px;
left: 40%;
position: relative;
}
button img{
width: 128px;
height: 128px;
margin-left: -8px;
margin-top: -4px;
}
input{
height: 45px;
width: 300px;
font-size: 18px;
margin-bottom: 20px;
background-color: #fff;
padding-left: 20px;
text-align: center;
left: 32%;
position: relative;
}
</style>
<button><img src="youtube.jpg"></button>
<br>
<input type="search" name="search" placeholder="Search on google here">