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 10b3ac9 commit d5602e4Copy full SHA for d5602e4
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>
0 commit comments