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 bdf03b2 commit dd1846fCopy full SHA for dd1846f
1 file changed
debugging/book-library/index.html
@@ -1,12 +1,9 @@
1
<!doctype html>
2
-<html>
+<html lang="en">
3
<head>
4
<title>My Book Library</title>
5
- <meta
6
- charset="utf-8"
7
- name="viewport"
8
- content="width=device-width, initial-scale=1.0"
9
- />
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
11
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
12
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
0 commit comments