Skip to content

Commit 4445ae3

Browse files
Update index.html
1 parent 04fd9bf commit 4445ae3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,17 @@ <h2>What this website is</h2>
8080
<h2>Check a Suspicious Message</h2>
8181
<p>Paste a message you received. This tool runs in your browser and does not store data.</p>
8282
<hr>
83+
<label class="tag" style="display:inline-block;margin-bottom:10px;">Target region</label>
84+
<select id="region" style="width:100%;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.25);color:#eaf0ff;">
85+
<option value="global">Global (default)</option>
86+
<option value="us">United States</option>
87+
<option value="eu">Europe</option>
88+
<option value="asia">Asia</option>
89+
</select>
8390
<textarea id="msg" placeholder="Paste the message here..."></textarea>
8491
<div class="btn-row">
8592
<button class="primary" id="analyzeBtn">Analyze</button>
93+
<button class="ghost" id="reportBtn">Report a scam</button>
8694
<button class="ghost" id="clearBtn">Clear</button>
8795
<span class="tag">No data stored</span>
8896
</div>

0 commit comments

Comments
 (0)