Skip to content
Open
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
3 changes: 2 additions & 1 deletion dad-jokes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<h3>Don't Laugh Challenge</h3>
<div id="joke" class="joke">// Joke goes here</div>
<button id="jokeBtn" class="btn">Get Another Joke</button>
<button class="btn copy-btn" id="copyBtn">Copy Joke</button>
</div>
<script src="script.js"></script>
</body>
</html>
</html>