Exporting to glitchdotcom/glitch-hello-website
./index.html:31317407/12 ./script.js:31317407/10 ./README.md:31317407/29
This commit is contained in:
@ -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. 🦄
|
||||
|
||||
_Last updated: 23 Feb 2023_
|
||||
|
||||
## 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.
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
</p>
|
||||
<!-- 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 -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user