Skip to content

Commit adf2668

Browse files
committed
added jokes
1 parent 4c40462 commit adf2668

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

010-dad jokes/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
<body>
1010
<div class="container">
1111
<h3>Don't Laugh Challenge</h3>
12-
<div id="joke" class="joke">// Joke goes here</div>
12+
<div id="joke" class="joke">What did the hungry computer scientist do? Get a byte to eat!</div>
13+
<div id="joke" class="joke">What are programmers favorite animal? A boo-lion!</div>
14+
<div id="joke" class="joke">What is a software engineers favorite drink? Java chip frappe!</div>
15+
<div id="joke" class="joke">Why couldn't the student use GitHub? They couldn't commit.</div>
1316
<button id="jokeBtn" class="btn">Get Another Joke</button>
1417
</div>
1518
<script src="script.js"></script>

0 commit comments

Comments
 (0)