diff --git a/README.md b/README.md index d03d1c3..5b1748c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Hello, and welcome to Glitch -This is a basic static HTML starter project you can build on however you like. No need to save. While you develop your site, your changes will happen 🪄 immediately in the preview window. You can upload assets like images or audio in `assets` to the left. Stylesheets and JavaScript live in the `public` folder. The rest is up to you and your imagination. +This is a basic HTML starter project you can build on however you like. No need to save. While you develop your site, your changes will happen 🪄 immediately in the preview window. You can upload assets like images or audio in `assets` to the left. Stylesheets and JavaScript live in the `public` folder. The rest is up to you and your imagination. ## What's in this project? diff --git a/script.js b/script.js index 6e02a60..9945ee3 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,5 @@ /* If you're feeling fancy you can add interactivity to your site with Javascript */ -// prints "hi" in the browser's dev tools console +// prints a message in the browser's dev tools console console.log("Hello 🌎"); diff --git a/style.css b/style.css index c1f3c90..b8ef1e3 100644 --- a/style.css +++ b/style.css @@ -135,4 +135,4 @@ body { max-width: 100%; max-height: var(--image-max-width); margin-top: var(--image-margin); -} \ No newline at end of file +}