We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b316036 commit 8371c43Copy full SHA for 8371c43
projects/dad-jokes-generator/index.html
@@ -4,13 +4,13 @@
4
<meta charset="UTF-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Dad Joke Generator</title>
+ <title>Dad Jokes Generator</title>
8
<link rel="stylesheet" href="style.css" />
9
</head>
10
<body>
11
<div class="container">
12
- <h1 class="heading">Dad Joke Generator</h1>
13
- <h2 class="joke" id="joke">Dad Joke</h2>
+ <h1 class="heading">Dad Jokes Generator</h1>
+ <h2 class="joke" id="joke">Dad Jokes</h2>
14
<button class="btn" id="btn">Tell me a joke</button>
15
</div>
16
<script src="index.js"></script>
0 commit comments