We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf59e8 commit 4b99a03Copy full SHA for 4b99a03
1 file changed
src/App.svelte
@@ -186,6 +186,15 @@
186
187
<main class="responsive max">
188
<article class="transparent header">
189
+ <h1>Welcome to Materialious</h1>
190
+ <p style="font-size: 1.3em;">
191
+ Modern material design frontend for Invidious, focused on a clean,
192
+ privacy-friendly YouTube experience. It supports local video
193
+ fallback when Invidious fails and is available on Web, Desktop,
194
+ Android, and Android TV.
195
+ </p>
196
+
197
+ <div class="space"></div>
198
<img
199
id="home-preview"
200
src={homePreview}
0 commit comments