GO SOSO
<!DOCTYPE html><html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google 搜尋嵌入</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f9f9f9;
}
.search-container {
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.search-container input {
width: 70%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.search-container input {
padding: 10px 20px;
font-size: 16px;
color: #fff;
background-color: #4285F4;
border: none;
border-radius: 4px;
cursor: pointer;
}
.search-container input:hover {
background-color: #357ae8;
}
</style>
</head>
<body>
<div class="search-container">
<h2>Google 搜尋</h2>
<form action="https://www.google.com/search" method="GET" target="_blank">
<input type="text" name="q" placeholder="輸入搜尋關鍵字">
<input type="submit" value="搜尋">
</form>
</div>
</body>
</html>
頁:
[1]