summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorstefan_gey <stfngy@proton.me>2025-03-25 22:51:39 +0100
committerstefan_gey <stfngy@proton.me>2025-03-25 22:51:39 +0100
commitf99b7701847efec51466d6a54f5f057cc6234d88 (patch)
tree0fe595f297aa9d83a74f124b2c7a0cbd1e7ae6ab /index.html
commit
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100755
index 0000000..69a8760
--- /dev/null
+++ b/index.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="de">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Annapurna</title>
+ <link rel="icon" type="image/x-icon" href="/style/avocado.png">
+ <link rel="stylesheet" type="text/css" href="/style/style.css">
+</head>
+<body>
+<nav class="medium_box">
+ <ul class="hor_spacing">
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/login">Login</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/kalorien_rechner">Kalorien-rechner</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/kalorien_zaehler">Kalorien-zähler</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/rezepte">Rezepte</a>
+ </li>
+ <li class="hor_spacing_item">
+ <a class="small_box color_inverse_on_hover" href="/workouts">Workouts</a>
+ </li>
+ </ul>
+</nav>
+<main class="big_box hor_spacing">
+ <h1>Willkommen auf</h1>
+ <div style="font-size: 100px">Annapurna</div>
+ <h1>das Paradies für jeden auf der Suche nach der wahren Gesundheit.</h1>
+ <h1>Lasse Annapurna dich begleiten auf den Weg zum perfekten Körper.</h1>
+ <br>
+ <div class="flexbox hor_spacing_item">
+ <a class="medium_box color_inverse_on_hover" style="flex: 1" href="/login"><h2 style="margin: 0">Melde dich hier an oder registriere dich</h2></a>
+ <a class="medium_box color_inverse_on_hover" style="flex: 1" href="/kalorien_rechner"><h2 style="margin: 0">Kalkuliere deinen Kalorienverbrauch</h2></a>
+ </div>
+ <div class="flexbox hor_spacing_item">
+ <a class="medium_box color_inverse_on_hover" style="flex: 1" href="/rezepte"><h2 style="margin: 0">Finde leckere und gesunde Rezepte</h2></a>
+ <a class="medium_box color_inverse_on_hover" style="flex: 1" href="/workouts"><h2 style="margin: 0">Finde einfache und effektive Workouts</h2></a>
+ </div>
+</main>
+</body>
+</html>