There's a concert on my school, which I will be live streaming. Instead of going to a link like youtu.be/83djae, I want people to go to something simple where they will have to enter a password. If they enter the right password, then they will be redirected to YouTube, if the password is wrong, then they will be asked to write it again.
This is my code so far:
<html>
<form>
<p>Password:</p>
<input type="text" name="password">
</form>
</html>
It doesn't have to be pretty or something, just redirect. Hope somebody can help.