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 96d077b commit 1a5069aCopy full SHA for 1a5069a
Sprint-3/quote-generator/index.html
@@ -3,13 +3,15 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Title here</title>
+ <title>Quote generator app</title>
7
<script defer src="quotes.js"></script>
8
</head>
9
<body>
10
- <h1>hello there</h1>
+ <section class = "quote">
11
<p id="quote"></p>
12
<p id="author"></p>
13
<button type="button" id="new-quote">New quote</button>
14
+ </section>
15
</body>
16
</html>
17
+
0 commit comments