This is a simple "Hello, World!" project created using HTML, CSS, and JavaScript.
index.html
: The main HTML file that includes the structure of the webpage.styles.css
: The CSS file that provides styling for the webpage.script.js
: The JavaScript file that dynamically displays "Hello, World!" on the webpage.
- Open
index.html
in a web browser to view the "Hello, World!" message.
This project is licensed under the MIT License.