31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||
<title>Willst du mit mir gehen? – Date-Planer</title>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Quicksand:wght@600;700&display=swap" rel="stylesheet" />
|
||
<link rel="stylesheet" href="style.css" />
|
||
<link rel="stylesheet" href="ask.css" />
|
||
</head>
|
||
<body class="page-ask">
|
||
<div class="heart-background" aria-hidden="true">
|
||
<div class="heart-shape"></div>
|
||
</div>
|
||
|
||
<main class="content">
|
||
<h1 class="question">Hallo, ich bin dein Ehemann.<br>Hättest du Lust, mit mir auszugehen? 💕</h1>
|
||
<p class="subtitle">Eine kleine Frage mit hoffentlich großer Antwort …</p>
|
||
|
||
<div class="button-group">
|
||
<button id="yesBtn" class="btn btn-yes" type="button">Ja!</button>
|
||
<button id="noBtn" class="btn btn-no" type="button">Nein</button>
|
||
</div>
|
||
</main>
|
||
|
||
<script src="ask.js" defer></script>
|
||
</body>
|
||
</html>
|