Just the HTML form or the code that it submits to actually do the login process?
You can't do the entire thing in pure HTML (or even in JavaScript securely)... Do you have PHP running?
Are you running Apache? If so you can probably configure a .htaccess "basic auth" login. (Details easily found via Google...)