all repos — fixyoutube-go @ afe8a66478bca7add263eeae037e6f830dff0fe6

A better way to embed YouTube videos everywhere (inspired by FixTweet).

update repo url, change favicon color
Marco Andronaco andronacomarco@gmail.com
Tue, 19 Dec 2023 15:02:07 +0100
commit

afe8a66478bca7add263eeae037e6f830dff0fe6

parent

5d6d5802462215fb364e073fe02bb5022c2e8508

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -10,7 +10,7 @@ <meta property="og:description" content="Embed YouTube videos on Telegram, Discord and more!" />

<title>FixYouTube</title> <link rel="icon" - href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛠</text></svg>"> + href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text fill=%22white%22 y=%22.9em%22 font-size=%2290%22>🛠</text></svg>"> <link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css"> </head>

@@ -33,7 +33,7 @@ style="width: 100%; max-height: 100%;" autoplay loop muted controls>

Your browser does not support the video tag. </video> <hr> - <small><a href="https://github.com/BiRabittoh/FixYouTube" target="_blank">Source code available in GitHub!</a></small> + <small><a href="https://github.com/BiRabittoh/fixyoutube-go" target="_blank">Source code available in GitHub!</a></small> <br> <small>• YouTube is a trademark of Google LLC. This app is not affiliated with Google LLC.</small> </section>