Skip to content

Commit

Permalink
added more text hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
noobie committed Nov 10, 2024
1 parent 4aa6e5c commit 36ce5c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<h4>Welcome to...</h4>
<h1>Silly Quotes!</h1>
<h4>all "quotes" come from me (<a href = "https://github.com/noobieyuh" target = "_blank">noobieyuh</a>)</h4>
<h4>all "quotes" come from me (<a href = "https://github.com/noobieyuh" target = "_blank">noobieyuh</a>), would love if you checked out meh stuff c:</h4>
<script src = "index.js"></script>
<div class = "container">
<div class = "center">
Expand All @@ -20,12 +20,13 @@ <h4>all "quotes" come from me (<a href = "https://github.com/noobieyuh" target =
<div class = "container">
<div class = "center">
<div class = "box">
<p id = "insertQuote">(quotes show up here!)</p>
<p id = "insertQuote">(quotes will show up here!)</p>
</div>
</div>
</div>
<p><u>Silly Quotes was made with love <3</u></p>
<p>You clicked the button: <a id = "counter">0</a> time(s)</p>
<p>(i had a lot of fun making this... a little too much honestly but its fineeeeee :p)</p>
<p>You clicked the button: <u><a id = "counter">0</a> time(s)</u></p>
<p class = "hidden" id = "firstSecret">Wow! 100 clicks? Nice :]</p>
<p class = "hidden" id = "secondSecret">Holy moly! 200 clicks? You must really want quotes... c:</p>
<p class = "hidden" id = "thirdSecret">300 clicks..? Thanks for clicking the button a lot :D</p>
Expand Down

0 comments on commit 36ce5c7

Please sign in to comment.