-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror-report.html
More file actions
126 lines (117 loc) · 7.83 KB
/
error-report.html
File metadata and controls
126 lines (117 loc) · 7.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#0a0a0a">
<title>錯誤回報|泡泡怪獸 POP MONSTER</title>
<meta name="description" content="如果您發現網站內容、產品資訊、施工教學有任何錯誤或可改進之處,歡迎透過 LINE 與我們聯絡。">
<link rel="canonical" href="https://popmonster.vip/error-report.html">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="apple-touch-icon" href="/favicon.svg">
<link rel="manifest" href="/manifest.json">
<meta property="og:title" content="錯誤回報|泡泡怪獸 POP MONSTER">
<meta property="og:description" content="如果您發現網站內容、產品資訊、施工教學有任何錯誤或可改進之處,歡迎透過 LINE 與我們聯絡。">
<meta property="og:url" content="https://popmonster.vip/error-report.html">
<meta property="og:image" content="https://popmonster.vip/img/og-default.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Noto+Sans+TC:wght@400;500;700&display=swap">
<!-- GA4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WTKLHW33D7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {'ad_storage':'denied','ad_user_data':'denied','ad_personalization':'denied','analytics_storage':'denied','wait_for_update':500});
gtag('js', new Date());
gtag('config', 'G-WTKLHW33D7', {'anonymize_ip':true,'cookie_flags':'SameSite=None;Secure'});
</script>
<link rel="stylesheet" href="css/main.css">
<style>
.preview-hero{padding:80px 24px 30px;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(200,169,107,.06) 0%,transparent 70%)}
.preview-hero .icon-big{font-size:64px;margin-bottom:16px;opacity:.85}
.preview-hero .status-tag{display:inline-block;background:rgba(200,169,107,.1);color:var(--gold);font-size:12px;padding:6px 14px;border-radius:4px;letter-spacing:2px;margin-bottom:20px;border:1px solid var(--gold-dk)}
.preview-hero h1{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:14px;letter-spacing:-1px}
.preview-hero .tagline{color:var(--gold-lt);font-size:17px;margin-bottom:14px;font-weight:600}
.preview-hero p{color:var(--txt-m);max-width:680px;margin:0 auto;font-size:15px;line-height:1.7}
.preview-section{max-width:780px;margin:40px auto;padding:0 24px}
.preview-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-lg);padding:32px}
.preview-card h2{font-size:18px;color:var(--gold-lt);margin-bottom:16px}
.preview-card ul{list-style:none;padding:0;margin:0}
.preview-card li{padding:10px 0;color:var(--txt-m);font-size:14px;line-height:1.7;display:flex;gap:10px;align-items:flex-start}
.preview-card li::before{content:'✦';color:var(--gold);flex-shrink:0;font-size:12px;margin-top:5px}
.preview-warning{background:rgba(255,193,7,.04);border:1px solid rgba(255,193,7,.2);border-left:3px solid #ffc107;border-radius:0 var(--r) var(--r) 0;padding:20px 24px;margin:32px 0;color:var(--txt-m);font-size:13px;line-height:1.7}
.preview-warning strong{color:#ffd56b;display:block;margin-bottom:6px}
.preview-cta{margin-top:40px;text-align:center;padding:32px;background:rgba(200,169,107,.04);border:1px solid var(--border);border-radius:var(--r-lg)}
.preview-cta h3{font-size:16px;color:#fff;margin-bottom:14px}
.preview-cta p{color:var(--txt-m);font-size:14px;margin-bottom:18px}
</style>
</head>
<body>
<nav class="nav"><div class="nav-inner">
<a href="index.html" class="nav-logo">POP MONSTER<span>泡泡怪獸</span></a>
<div class="nav-links">
<a href="index.html">全部商品</a>
<a href="members.html">會員生態</a>
<a href="guide/">教學攻略</a>
<a href="about.html">關於我們</a>
<a href="https://shopee.tw/milk790" target="_blank" rel="nofollow sponsored noopener">蝦皮賣場</a>
<a href="https://line.me/R/ti/p/@150tiznd" target="_blank" rel="noopener">LINE 諮詢</a>
</div>
<button class="nav-menu-btn" aria-label="選單" onclick="this.nextElementSibling.classList.toggle('show')">☰</button>
<div class="mobile-menu" style="display:none;position:fixed;top:60px;left:0;right:0;background:#0a0a0a;border-bottom:1px solid rgba(200,169,107,.15);padding:20px;z-index:99;flex-direction:column;gap:16px;">
<a href="index.html" style="color:#e8e2d6;font-size:16px;display:block;padding:8px 0;">全部商品</a>
<a href="members.html" style="color:#e8e2d6;font-size:16px;display:block;padding:8px 0;">會員生態</a>
<a href="guide/" style="color:#e8e2d6;font-size:16px;display:block;padding:8px 0;">教學攻略</a>
<a href="about.html" style="color:#e8e2d6;font-size:16px;display:block;padding:8px 0;">關於我們</a>
<a href="https://shopee.tw/milk790" target="_blank" rel="nofollow sponsored noopener" style="color:#e8e2d6;font-size:16px;display:block;padding:8px 0;">蝦皮賣場</a>
<a href="https://line.me/R/ti/p/@150tiznd" target="_blank" rel="noopener" style="color:#e8e2d6;font-size:16px;display:block;padding:8px 0;">LINE 諮詢</a>
</div>
</div></nav>
<script>document.querySelector('.nav-menu-btn')&&document.querySelector('.nav-menu-btn').addEventListener('click',function(){var m=this.nextElementSibling;m.style.display=m.style.display==='flex'?'none':'flex'})</script>
<section class="preview-hero">
<div class="icon-big">🛠️</div>
<div class="status-tag">⏳ 歡迎隨時透過 LINE 回報</div>
<h1>錯誤回報</h1>
<div class="tagline">幫我們找出問題</div>
<p>如果您發現網站內容、產品資訊、施工教學有任何錯誤或可改進之處,歡迎透過 LINE 與我們聯絡。</p>
</section>
<section class="preview-section">
<div class="preview-card">
<h2>規劃中的內容</h2>
<ul>
<li>網站文案錯字、用詞不當</li>
<li>商品規格資訊有誤</li>
<li>施工教學步驟不清楚</li>
<li>頁面顯示異常或連結失效</li>
</ul>
</div>
<div class="preview-warning"><strong>⚠ 上線前提</strong>舊版的「回報錯誤獎勵 300 元代金券」機制涉及公平交易法促銷規範與會員系統,目前尚未上線,未來規劃中。</div>
<div class="preview-cta">
<h3>等不及了嗎?</h3>
<p>立即透過 LINE 回報</p>
<a href="https://line.me/R/ti/p/@150tiznd" target="_blank" rel="noopener" class="btn btn-gold">立即前往</a>
</div>
</section>
<footer class="footer">
<div class="footer-brand">泡泡怪獸 POP MONSTER × 米速 MISO</div>
<div class="footer-sub">安全永遠第一|任何人都能輕鬆上手|使用全程零風險</div>
<div class="footer-links">
<a href="index.html">全部商品</a>
<a href="members.html">會員生態</a>
<a href="guide/">教學攻略</a>
<a href="about.html">關於我們</a>
<a href="https://shopee.tw/milk790" target="_blank" rel="nofollow sponsored noopener">蝦皮賣場</a>
<a href="https://line.me/R/ti/p/@150tiznd" target="_blank" rel="noopener">LINE 諮詢</a>
</div>
<div class="footer-legal" style="margin-bottom:8px">
<a href="privacy.html" style="font-size:12px;color:var(--txt-m)">隱私權政策</a>
<span style="color:var(--txt-m);margin:0 8px">|</span>
<a href="terms.html" style="font-size:12px;color:var(--txt-m)">服務條款</a>
</div>
<div class="footer-copy">© 2026 泡泡怪獸 POP MONSTER. All rights reserved.</div>
</footer>
<div class="cookie-bar"><span>本站使用 Cookie 提升瀏覽體驗。繼續瀏覽即表示同意。</span><span><button class="cookie-accept" id="ck-accept">接受</button> <button class="cookie-decline" id="ck-decline">拒絕</button></span></div>
<script src="js/main.js" defer></script>
</body>
</html>