From 622f5b735023620e54dee9b1f667106188fa6c36 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Tue, 13 Apr 2021 01:14:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A3=F0=9F=8F=82=20Checkpoint=20./READM?= =?UTF-8?q?E.md:1062301/7=20./style.css:1062301/6407=20./script.js:1062301?= =?UTF-8?q?/15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- script.js | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 +}