Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderSerg committed Dec 4, 2024
1 parent b8a7cd2 commit fc15b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>Hi!</h1>
</p>
<img id="cat" style="width: 275px; position: absolute; left: 200px; rotate: -13deg; border: 3px solid rgb(219, 177, 86); border-radius: 5px; opacity: 0; transition: opacity 1s;" src="catmeme.png">
<button onclick="showCat()" id="sc">Show da cat</button>
<button onclick="alert('This is a button')">Click me!</button>
</center>
</body>
</html>

0 comments on commit fc15b65

Please sign in to comment.