We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7910de commit a64586cCopy full SHA for a64586c
1 file changed
Week1/homework/index.html
@@ -1 +1,19 @@
1
-<!-- replace this with your HTML content -->
+DOCTYPE html>
2
+
3
+<html>
4
5
+<head>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>My Favorite Books</title>
8
+ <link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
9
+ <link rel="stylesheet" type="text/css" href="style.css">
10
+</head>
11
12
+<body>
13
+ <div class="title">
14
+ <h1>My Favorite Books </h1>
15
+ </div>
16
+ <script src="script.js"></script>
17
+</body>
18
19
+</html>
0 commit comments