-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
26 lines (25 loc) · 1.32 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>La Baguette</title>
<link rel="icon" type="image/png" href="https://firebasestorage.googleapis.com/v0/b/labaguette-12345.appspot.com/o/labaguette_favicon.png?alt=media&token=2a6edd70-12bf-4385-a0d2-bfe52eef676d">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="video-background">
<video autoplay muted loop playsinline>
<source src="https://firebasestorage.googleapis.com/v0/b/labaguette-12345.appspot.com/o/intro_video_2.mov?alt=media&token=48c90539-3b8c-40d6-b188-1bd0b17854d1" type="video/mp4">
</video>
</div>
<div class="logo">
<img src="https://firebasestorage.googleapis.com/v0/b/labaguette-12345.appspot.com/o/la_baguette_logo_white.png?alt=media&token=7fa62f58-a61e-4a70-ae50-ae2b5cc9c452" alt="La Baguette Logo">
</div>
<div class="content">
<a href="mailto:boulangerie.labaguette@gmail.com?subject=Bestellung&body=Bitte geben Sie Ihre Bestellung ein:" class="button">BESTELLEN</a>
</div>
<script src="scripts.js"></script>
</body>
</html>