This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 2.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beta-Onboarding | Noten-App</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/fonts.css">
<link rel="apple-touch-icon" sizes="180x180" href="https://assets.noten-app.de/images/logo/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://assets.noten-app.de/images/logo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://assets.noten-app.de/images/logo/favicon-16x16.png">
<link rel="mask-icon" href="https://assets.noten-app.de/images/logo/safari-pinned-tab.svg" color="#eb660e">
<link rel="shortcut icon" href="https://assets.noten-app.de/images/logo/favicon.ico">
</head>
<body>
<div class="container">
<div class="content">
<div class="logo">
<img src="https://assets.noten-app.de/images/logo/logo.webp" alt="Noten-App Logo">
</div>
<div class="gradient"></div>
<div class="text">
<h1>Beta Onboarding</h1>
<p>We are happy that you want to use the beta of the Noten-App. To <span class="colorize">apply</span> for beta, simply enter your email address.</p>
<p>In the next <span class="colorize">24 Hours after submitting</span>, you will receive a email that contains wheter you are allowed to the Beta or not.</p>
<p>Thank you for your interest in Noten-App.</p>
<div class="form">
<form action="apply.php" method="post">
<input id="form-email" type="email" name="email" placeholder="eMail Address" required>
<input id="form-password" type="password" name="password" placeholder="Password" required>
<input id="form-submit" type="submit" value="Apply">
</form>
</div>
</div>
</div>
</div>
</body>
</html>