Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

const button = document.querySelector("button")
button.addEventListener('click', () => {
alert("Yay, I love puppies")
alert("Yay, I love snakes!")
})
3 changes: 3 additions & 0 deletions extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body{
background-color: white;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="container">

<marquee behavior="" direction="">
<h1>Welcome to Github and Friends</h1>
<h1>Welcome to qBentil</h1>
</marquee>

<button id="button">Click Me</button>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body {
margin: 0;
padding: 0;
font-family: sans-serif;
background: #34495e;
}

.container {
Expand Down