-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
<title>Welcome Mayada</title>
<style>
body {
background: linear-gradient(135deg,#ff5f9e,#ff85c1);
font-family: sans-serif;
display: flex; justify-content: center; align-items: center;
height: 100vh; margin: 0; color: white;
}
.card {
background: rgba(255,255,255,0.2);
backdrop-filter: blur(12px);
border-radius: 20px;
padding: 25px;
text-align: center;
max-width: 380px;
width: 90%;
}
input {
width: 100%;
padding: 12px;
border-radius: 25px;
border: none;
margin: 10px 0;
font-size: 16px;
}
button {
width: 100%;
padding: 12px;
border-radius: 25px;
border: none;
background: #ff2f7d;
color: white;
font-size: 18px;
cursor: pointer;
}
</style>
<script>
function unlock() {
const pass = document.getElementById('pass').value;
if(pass === '01011999') {
alert('Correct! Now you can continue.');
// لو عايز تحوّل لصفحة تانية تكتب هنا:
// window.location.href = 'home.html';
} else {
alert('Wrong date 💔');
}
}
</script>
Welcome Mayada ❤️
To enter, type our special date
Unlock ❤️Metadata
Metadata
Assignees
Labels
No labels