37 lines
1.2 KiB
HTML
37 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>Wer plant das Date? – 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="name.css" />
|
||
</head>
|
||
<body class="page-name has-continue-bar">
|
||
<div class="heart-background" aria-hidden="true">
|
||
<div class="heart-shape"></div>
|
||
</div>
|
||
|
||
<main class="container">
|
||
<a class="back-link" href="datetime.html">‹ Zurück</a>
|
||
<div class="intro">
|
||
<h1>Wer bist du? 💖</h1>
|
||
<p id="summary">Verrate mir, wer du bist.</p>
|
||
</div>
|
||
|
||
<div class="name-list" id="nameList"></div>
|
||
</main>
|
||
|
||
<div class="continue-bar">
|
||
<div class="container">
|
||
<button id="continueBtn" class="btn btn-primary" type="button" disabled>Weiter</button>
|
||
</div>
|
||
</div>
|
||
|
||
<script src="name.js" defer></script>
|
||
</body>
|
||
</html>
|