Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.28 KB

Simple Web Project

This repository contains a simple web project with HTML, CSS, and JavaScript files. Additionally, it includes a script to start a Python HTTP server for serving the files locally.

Screenshot of the Web Project

Project Structure

Files

  • index.html: The main HTML file for the web project.
  • styles.css: The CSS file for styling the HTML page.
  • script.js: The JavaScript file for adding interactivity.
  • start_server.sh: A shell script to start a Python HTTP server.

How to Run the Project Locally

Prerequisites

  • Python should be installed on your system. You can download it from python.org.

Steps to Run

  1. Clone the repository:

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

    chmod +x start_server.sh
  3. Start the Python HTTP 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.