-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp.js
More file actions
3 lines (2 loc) · 1.79 KB
/
p.js
File metadata and controls
3 lines (2 loc) · 1.79 KB
1
2
3
// https://html.onlineviewer.net
console.log("<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Account Suspended</title>\n</head>\n<body style=\"font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4;\">\n <div style=\"background-color: #fff; margin: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);\">\n <div style=\"padding: 20px; text-align: center; background-color: #00356B; color: #fff;\">\n <img src=\"https://focusschoolsoftware.com/wp-content/uploads/2022/07/Focus_logo.png\" alt=\"Focus School Software Logo\" style=\"max-width: 200px;\">\n <h1>Account Alert</h1>\n </div>\n <div style=\"padding: 20px;\">\n <p style=\"font-size: 16px;\">We have detected suspicious activity on your Focus School Software account. For your protection, we have temporarily suspended your account access.</p>\n <p style=\"font-size: 16px;\"><strong>Location:</strong> Los Angeles</p>\n <p style=\"font-size: 16px;\"><strong>IP Address:</strong> 192.168.0.1</p>\n <p style=\"font-size: 16px;\">Please verify your account immediately to prevent permanent suspension.</p>\n <div style=\"text-align: center; margin-top: 30px;\">\n <a href=\"https://example.com\" style=\"background-color: #00356B; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block;\">Verify Your Account</a>\n</div>\n </div>\n <div style=\"padding: 20px; text-align: center; background-color: #eee; font-size: 12px;\">\n <p>© 2024 Focus School Software. All rights reserved.</p>\n </div>\n </div>\n</body>\n</html>")