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; margin: 20px; background-color: #f8f9fa; }
.container { max-width: 950px; margin: auto; background: white; padding: 25px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
h2 { color: #333; text-align: center; margin-bottom: 5px; }
.hint { text-align: center; color: #666; font-size: 0.9em; margin-bottom: 20px; }