Skip to content

AdminLoginPage is a simple web application project that demonstrates an admin login interface.

License

Notifications You must be signed in to change notification settings

GET-UNKNOWN-ERR0R/Admin-LoginPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin-LoginPage

Screenshot of the Project

Files

  • index.html: The main HTML file for the web project.
  • styles.css: The CSS file for styling the HTML page.
  • login.php: The PHP file for handling login.
  • start_server.sh: A shell script to start the PHP built-in server.

How to Run the Project Locally

Prerequisites

  • PHP should be installed on your system. You can download it from php.net.

Steps to Run

  1. Clone the repository:

    git clone https://github.com/GET-UNKNOWN-ERR0R/Admin-LoginPage.git
    cd Admin-LoginPage
  2. Make the server script executable (if not already):

    chmod +x start_server.sh
  3. Start the PHP built-in server:

    ./start_server.sh
  4. Open your browser and go to:

    http://localhost:8000
    

    You should see your index.html file rendered in the browser.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

AdminLoginPage is a simple web application project that demonstrates an admin login interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published