Skip to content

Commit 8726c1b

Browse files
committed
added jokes
1 parent adf2668 commit 8726c1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

010-dad jokes/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,14 @@ <h3>Don't Laugh Challenge</h3>
1616
<button id="jokeBtn" class="btn">Get Another Joke</button>
1717
</div>
1818
<script src="script.js"></script>
19+
20+
<div class="container">
21+
<h3>Don't Laugh Challenge: Computer Science Edition</h3>
22+
<div id="joke" class="joke">What did the hungry computer scientist do? Get a byte to eat!</div>
23+
<div id="joke" class="joke">What are programmers favorite animal? A boo-lion!</div>
24+
<div id="joke" class="joke">What is a software engineers favorite drink? Java chip frappe!</div>
25+
<div id="joke" class="joke">Why couldn't the student use GitHub? They couldn't commit.</div>
26+
<button id="jokeBtn" class="btn">Get Another Joke</button>
27+
</div>
1928
</body>
2029
</html>

0 commit comments

Comments
 (0)