Skip to content

Commit a64586c

Browse files
authored
Update index.html
1 parent c7910de commit a64586c

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

Week1/homework/index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
<!-- replace this with your HTML content -->
1+
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

Comments
 (0)