feat: add Go microservice, Dockerfile, docker-compose, and API submission endpoint
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user