Skip to content

highbruh/test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Test Server

A simple test server with a Hello World HTML page.

Files

  • index.html: A styled Hello World webpage

How to Use

  1. Clone the repository:

    git clone https://github.com/highbruh/test-server.git
  2. Navigate to the project directory:

    cd test-server
  3. Open the HTML file:

    • Double-click on index.html to open it in your default web browser
    • Or use a local server to serve the file

Running with a Local Server

If you have Python installed, you can quickly start a local server:

  1. Open terminal/command prompt in the project directory
  2. Run one of these commands:
    • Python 3.x: python -m http.server 8000
    • Python 2.x: python -m SimpleHTTPServer 8000
  3. Open your browser and visit: http://localhost:8000

Contributing

Feel free to fork this repository and submit pull requests for any improvements.

License

This project is open source and available under the MIT License.

About

A simple test server with a Hello World HTML page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages