Skip to content

Commit 6f94152

Browse files
committed
fix(book-library): correct the meta tags, add the language attribute and update the page titles
1 parent b809cf0 commit 6f94152

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

debugging/book-library/index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4-
<title> </title>
5-
<meta
6-
charset="utf-8"
7-
name="viewport"
8-
content="width=device-width, initial-scale=1.0"
9-
/>
4+
<title>Book Library</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
107
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
118
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
129
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
@@ -19,7 +16,7 @@
1916

2017
<body>
2118
<div class="jumbotron text-center">
22-
<h1>Library</h1>
19+
<h1>My Book Library</h1>
2320
<p>Add books to your virtual library</p>
2421
</div>
2522

0 commit comments

Comments
 (0)