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 27d32e1 commit a67d644Copy full SHA for a67d644
Sprint-3/quote-generator/index.html
@@ -1,9 +1,9 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html lang="en">
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>
Sprint-3/quote-generator/quotes.js
@@ -502,3 +502,4 @@ function quoteGenerator() {
502
}
503
504
btn.addEventListener("click", quoteGenerator);
505
+window.addEventListener("load", quoteGenerator);
0 commit comments