Modified the ytr.html file to change the Piped instance, the main text style and part of the small 1 notice's style

next
Gianmarco Gargiulo 2023-10-09 01:50:33 +02:00
parent 27f5327e44
commit 8b110ef66b
1 changed files with 7 additions and 3 deletions

View File

@ -27,6 +27,10 @@
text-align: center;
}
h1 {
text-align: center;
}
.button {
border: none;
color: white;
@ -65,12 +69,12 @@
</script>
</head>
<body>
<p>Where do you want to watch this video?</p>
<a id="pipedbtn" class="button" href="https://piped.smnz.de/embed/">Piped¹</a>
<h1>Where do you want to watch this video?</h1>
<a id="pipedbtn" class="button" href="https://piped.adminforge.de/embed/">Piped¹</a>
<a id="ytbtn" class="button" href="https://youtube.com/embed/">YouTube²</a>
<a id="odybtn" class="button" href="https://odysee.com/$/embed/@gianmarcogg03:e/">Odysee²</a>
<a id="ptbtn" class="button" href="https://videos.gianmarco.gg/videos/embed/">PeerTube</a>
<p>¹ = the instance used is "piped.smnz.de".</p>
<p>¹ = the instance used is <b>piped.adminforge.de</b>.</p>
<p>² = not freedom and/or privacy respecting.</p>
</body>
</html>