Skip to content

Commit 17571ba

Browse files
Fix HTML doctype and add auto-generate toggle checkbox
1 parent be903f2 commit 17571ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Sprint-3/quote-generator/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -7,6 +7,9 @@
77
<script defer src="quotes.js"></script>
88
</head>
99
<body>
10+
<label>
11+
<input type="checkbox" id="auto-play-toggle" />Auto-generate
12+
</label>
1013
<h1>hello there</h1>
1114
<p id="quote"></p>
1215
<p id="author"></p>

0 commit comments

Comments
 (0)