So what i'm trying to do is to make this input accept only links like as example from mega.nz and if it's recivies any other links from any other website it would refuse and says a message on the top of the page Use Mega.nz and thanks so much for helping
<p>
<label for="firstName">Link:</label>
<input type="text" name="Link" placeholder="only mega.nz links">
</p>