Untitled
2 days ago in Plain Text
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quer Namorar Comigo?</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #fce4ec;
text-align: center;
padding: 50px;
}
h1 {
color: #e91e63;
font-size: 3em;
}
p {
font-size: 1.5em;
color: #333;
}
button {
background-color: #e91e63;
color: white;
border: none;
padding: 15px 30px;
font-size: 1.2em;
border-radius: 5px;
cursor: pointer;
margin: 20px;
}
button:hover {
background-color: #ad1457;
}
</style>
</head>
<body>
<h1>Quer namorar comigo?</h1>
<p>Você ilumina meus dias e faz meu coração bater mais forte. Aceita ser minha namorada?</p>
<button onclick="window.location.href='https://www.tiktok.com/@frase_de_amor1/video/7338527115400252677?q=eu%20te%20amo&t=1736019941438'">Sim</button>
<button onclick="alert('Calma lá minha patroa, só funciona o SIM')">Não</button>
</body>
</html>