I have a we page (HTML and CSS). There are only 4 users allowed to access this webpage with a pin number. Is it possible to hard-code the pin number so when the user goes to the link, If he has a pin it will goe the page, if not they get a message that they have no access? Should a cookie be used for this? Thanks in advance.