Exporting to glitchdotcom/glitch-hello-website

./index.html:31317407/12
./script.js:31317407/10
./README.md:31317407/29
This commit is contained in:
Glitch (glitch-hello-website)
2023-02-23 22:28:10 +00:00
parent 53c7e2f74a
commit db61c64f32
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
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. On the left you'll see the files that make up your site, including HTML, JavaScript, and CSS. You can upload assets like images or audio in `assets`. 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. On the left you'll see the files that make up your site, including HTML, JavaScript, and CSS. You can upload assets like images or audio in `assets`. The rest is up to you and your imagination. 🦄
_Last updated: 23 Feb 2023_
## What's in this project? ## What's in this project?
`README.md`: That's this file, where you can tell people what your cool website does and how you built it. `README.md`: That's this file, where you can tell people what your cool website does and how you built it.

View File

@ -77,7 +77,7 @@
</p> </p>
<!-- ADD BUTTON HERE --> <!-- ADD BUTTON HERE -->
<!-- Once you've added the button from the readme, click it in the page --> <!-- Once you've added the button from the TODO, click it in the page -->
<!-- Check out the function in script.js to see how it works --> <!-- Check out the function in script.js to see how it works -->
</div> </div>
</div> </div>

View File

@ -1,6 +1,6 @@
/* /*
This is your site JavaScript code - you can add interactivity and carry out processing This is your site JavaScript code - you can add interactivity and carry out processing
- Initially the JS writes a message to the console, and moves a button you can add from the README - Initially the JS writes a message to the console, and moves a button you can add from the TODO
*/ */
// Print a message in the browser's dev tools console each time the page loads // Print a message in the browser's dev tools console each time the page loads