We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 Generatortitle>
+ <title>Dad Jokes Generatortitle>
8
<link rel="stylesheet" href="style.css" />
9
head>
10
<body>
11
<div class="container">
12
- <h1 class="heading">Dad Joke Generatorh1>
13
- <h2 class="joke" id="joke">Dad Jokeh2>
+ <h1 class="heading">Dad Jokes Generatorh1>
+ <h2 class="joke" id="joke">Dad Jokesh2>
14
<button class="btn" id="btn">Tell me a jokebutton>
15
div>
16
<script src="index.js">script>
0 commit comments