-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (121 loc) · 4.24 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="author" content="deadbrain.dev" />
<link rel="icon" href="images/favicon.png" type="image/png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/apple-icon-180.png"
/>
<link
rel="icon"
type="image/png"
sizes="180x180"
href="/images/apple-icon-180.png"
/>
<meta name="apple-mobile-web-app-title" content="lofi.today" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Today's Chill Session: Lofi and VHS Delight - lofi.today</title>
<link rel="canonical" href="https://lofi.today/" />
<meta
name="keywords"
content="Lofi Radio, VHS Vibes, Retro Music Stream, Chill Beats Live, Vintage Radio, Ambient VHS Sounds, Laid-back Music Channel, Nostalgic Beats, Cozy Radio Station, Analog Vibes, Relaxing VHS Tunes, Chillhop Broadcast, Old School Relaxation, 24/7 Lofi Beats, Vintage Aesthetics, Ambient VHS Visuals, Smooth Jazz on VHS, Tape Deck Sessions, Chilled Out Nostalgia, Retro Wave Radio"
/>
<meta
name="description"
content="Discover the perfect blend of Lo-fi and VHS magic at lofi.today. Our live stream brings you continuous vintage beats, creating a cozy and relaxing atmosphere. Experience the charm of analog vibes and unwind with us today."
/>
<!-- OpenGraph Card data -->
<meta
property="og:title"
content="lofi.today: Vintage Beats & VHS Vibes - 24/7 Relaxation"
/>
<meta property="og:site_name" content="lofi.today" />
<meta property="og:url" content="lofi.today" />
<meta
property="og:description"
content="Dive into a world of nostalgia with lofi.today! Enjoy non-stop Lo-fi beats and mesmerizing VHS visuals. Unwind with our vintage-inspired ambiance. #LofiMusic #VHSVibes"
/>
<meta property="og:type" content="music.radio_station" />
<meta
property="og:image"
content="https://lofi.today/images/lofitoday-og-default.jpg"
/>
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lofi_today" />
<meta
name="twitter:title"
content="lofi.today: Vintage Beats & VHS Vibes - 24/7 Relaxation"
/>
<meta
name="twitter:description"
content="Dive into a world of nostalgia with lofi.today! Enjoy non-stop Lo-fi beats and mesmerizing VHS visuals. Unwind with our vintage-inspired ambiance. #LofiMusic #VHSVibes"
/>
<meta
name="twitter:image"
content="https://lofi.today/images/lofitoday-og-default.jpg"
/>
<link
rel="preload"
href="https://lofi.today/fonts/VCR_OSD_MONO.ttf"
as="font"
type="font/ttf"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<header>
<img
class="logo-dot"
src="images/favicon.png"
alt="lofitoday logo, blue dot"
/>
<a
class="logo text-shadow"
href="https://lofi.today/"
aria-label="Navigate to the main page"
>lofi.today</a
>
</header>
<section class="box">
<div class="box-content">
<a
class="link-video"
href="https://www.youtube.com/@lofitoday"
target="_blank"
aria-label="Go to the YouTube channel"
>
<video
id="video-content"
poster="images/hero-poster.jpg"
preload
playsinline
autoplay
muted
loop
>
<h1>Vintage Beats & VHS Vibes - 24/7 Relaxation</h1>
<source src="videos/hero-video.mp4" type="video/mp4" />
</video>
</a>
</div>
</section>
<footer class="footerCopyright text-shadow">
<span>lofi.today</span>
<span>made in poland mmxx-mmxxiv</span>
<span>
by
<a
class="footerSocialLink"
href="https://github.com/deadbraindev"
aria-label="Visit creator's GitHub profile"
>@deadbrain</a
>
</span>
</footer>
</body>
</html>