Skip to content

Commit 1a5069a

Browse files
committed
update html file header title and add section for css styling
1 parent 96d077b commit 1a5069a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sprint-3/quote-generator/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Title here</title>
6+
<title>Quote generator app</title>
77
<script defer src="quotes.js"></script>
88
</head>
99
<body>
10-
<h1>hello there</h1>
10+
<section class = "quote">
1111
<p id="quote"></p>
1212
<p id="author"></p>
1313
<button type="button" id="new-quote">New quote</button>
14+
</section>
1415
</body>
1516
</html>
17+

0 commit comments

Comments
 (0)