Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<title>自動搜尋系統</title>
<style>
body { font-family: 'Microsoft JhengHei', sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f1f3f4; }
.card { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center; max-width: 400px; }
h1 { color: #d93025; font-size: 24px; margin-bottom: 10px; }
p { color: #5f6368; font-size: 18px; line-height: 1.6; }