Skip to content

Commit 8371c43

Browse files
update and fix minor styling
1 parent b316036 commit 8371c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/dad-jokes-generator/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Dad Joke Generator</title>
7+
<title>Dad Jokes Generator</title>
88
<link rel="stylesheet" href="style.css" />
99
</head>
1010
<body>
1111
<div class="container">
12-
<h1 class="heading">Dad Joke Generator</h1>
13-
<h2 class="joke" id="joke">Dad Joke</h2>
12+
<h1 class="heading">Dad Jokes Generator</h1>
13+
<h2 class="joke" id="joke">Dad Jokes</h2>
1414
<button class="btn" id="btn">Tell me a joke</button>
1515
</div>
1616
<script src="index.js"></script>

0 commit comments

Comments
 (0)