28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<title>JMP GAMES - Unsubscribe</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="card logo-card">
|
|
<img src="assets/jmpbianco.png" alt="JMP Games" class="logo">
|
|
<h1>Enter the next Level</h1>
|
|
<div class="container">
|
|
<h2>Do you want to cancel your subscription?</h2>
|
|
<p>Enter your email address to confirm your unsubscription.</p>
|
|
<form id="newsletter-unsubform">
|
|
<input type="email" placeholder="Enter your email" required>
|
|
<input id="subscribe" type="hidden" value="0">
|
|
<input id="sub_message" type="hidden" value="Check your mail for confirmation">
|
|
<button type="submit">UNSUBSCRIBE</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|