PHP required. VS Code Live Server (this tab) does not run PHP, so login cannot work here.
Install PHP, then in a terminal at your project folder run:
php -S localhost:8080
Open
http://localhost:8080/admin-login.html
— or use
Terminal → Run Task → PHP: Serve project if that task exists.
Sign in to open the blog admin and approve or publish pending posts.