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.
- PHP should be installed on your system. You can download it from php.net.
-
Clone the repository:
git clone https://github.com/GET-UNKNOWN-ERR0R/Admin-LoginPage.git cd Admin-LoginPage
-
Make the server script executable (if not already):
chmod +x start_server.sh
-
Start the PHP built-in server:
./start_server.sh
-
Open your browser and go to:
http://localhost:8000
You should see your
index.html
file rendered in the browser.
This project is licensed under the MIT License. See the LICENSE file for more details.