Skip to content

Commit d0ce382

Browse files
committed
fix: update HTML structure using w3 validator
1 parent 606b90f commit d0ce382

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

debugging/book-library/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
4-
<title>Book Library</title>
5-
<meta
6-
charset="utf-8"
7-
name="viewport"
8-
content="width=device-width, initial-scale=1.0"
9-
/>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
106
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
117
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
128
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
@@ -15,6 +11,7 @@
1511
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
1612
/>
1713
<link rel="stylesheet" type="text/css" href="style.css" />
14+
<title>Book Library</title>
1815
</head>
1916

2017
<body>

0 commit comments

Comments
 (0)