-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.93 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
43
44
<!DOCTYPE html>
<html lang="de-at">
<meta charset="utf-8">
<meta name="description" content="Stiller Musik Band">
<meta name="author" content="tomyo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stiller</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preload" href="/assets/fonts/font.woff2" as="font" type="font/woff2" />
<link rel="stylesheet" type="text/css" href="/style.css">
<h1>Stiller</h1>
<div class="social">
<hr>
<nav>
<a target="_blank" href="https://www.facebook.com/stillermusik/" title="@stillermusik auf Facebook">
<img class="icon" alt="Link to Facebook" src="/assets/images/icons/facebook.svg">
</a>
<a target="_blank" href="https://instagram.com/stillermusik" title="@stillermusik auf Instagram">
<img class="icon" alt="Link to Instagram" src="/assets/images/icons/instagram.svg">
</a>
<a href="mailto:[email protected]" title="[email protected]">
<img class="icon" alt="Send e-mail" src="/assets/images/icons/envelope.svg">
</a>
<br>
<a target="_blank" href="https://youtu.be/lEVByTGw_HQ" title="stillermusik auf Youtube">
<img class="icon" alt="Link to Youtube" src="/assets/images/icons/youtube.svg">
</a>
<a target="_blank" href="https://open.spotify.com/track/1t9oGPHrYb9G3tXCrvtHGe" title="@stillermusik auf Spotify">
<img class="icon" alt="Link to Spotify" src="/assets/images/icons/spotify.svg">
</a>
<a target="_blank" href="https://song.link/s/1t9oGPHrYb9G3tXCrvtHGe" title="Single anhören/kaufen">
<img class="icon" alt="Link to Songs" src="/assets/images/icons/record.svg">
</a>
</nav>
</div>
<video autoplay loop muted poster="/assets/images/cover-lg.avif">
<source scr="/assets/videos/santiago-820x462.mkv" type="video/ogg">
<source src="/assets/videos/santiago-820x462.mp4" type="video/mp4" />
<img src="/assets/images/cover-lg.avif" alt="Background image">
</video>