runtime-agency-gate-stack / fake_scam_pressure_page.html
HirModel's picture
Upload 14 files
23fc561 verified
Raw
History Blame Contribute Delete
569 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fake Scam Test Page</title>
<style>
body{font-family:system-ui;background:#111;color:#fff;padding:42px}
.box{max-width:720px;border:2px solid red;padding:28px;border-radius:20px}
h1{color:#ff6b6b}
</style>
</head>
<body>
<div class="box">
<h1>URGENT FINAL WARNING</h1>
<p>Your account is locked. Act now. Do not tell anyone. Install this update immediately.</p>
<p>This is a fake local test page for the Primordial Browser OAM pressure detector.</p>
</div>
</body>
</html>