We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94f17d commit c9a91feCopy full SHA for c9a91fe
1 file changed
14. Heart/index.html
@@ -1,15 +1,17 @@
1
+<!DOCTYPE html>
2
<html lang="en">
- <head>
3
- <meta charset="UTF-8" />
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Heart</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="main-heart"></div>
11
- <div class="red-heart"></div>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="style.css" />
+ <title>Heart</title>
+</head>
+<body>
12
13
- <script src="app.js"></script>
14
- </body>
15
-</html>
+ <div class="main-heart"></div>
+ <div class="red-heart"></div>
+
+ <script src="app.js"></script>
16
+</body>
17
+</html>
0 commit comments