Added repos tab, merged feedback/test sender, added irc link, other improvements

This commit is contained in:
MrFry 2020-03-19 16:32:30 +01:00
parent c1f019956a
commit b8f87452b9
8 changed files with 61 additions and 48 deletions

View file

@ -3,7 +3,7 @@ function Error ({ statusCode }) {
return (
<center>
<h1>404</h1>
<iframe width='100%' height='465' src='https://www.youtube-nocookie.com/embed/GOzwOeONBhQ' frameborder='0' allow='accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture' allowfullscreen />
<iframe width='100%' height='465' src='https://www.youtube-nocookie.com/embed/GOzwOeONBhQ' frameBorder='0' allow='accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture' allowFullScreen />
</center>
)
}