File size: 569 Bytes
23fc561 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!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>
|