Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8e98f commit 89f42c2Copy full SHA for 89f42c2
Week1/homework/index.html
@@ -1,19 +1,18 @@
1
<!-- replace this with your HTML content -->
2
<!DOCTYPE html>
3
<html lang="en">
4
-
+
5
<head>
6
- <meta charset="UTF-8">
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
9
- <link rel="stylesheet" href="style.css">
10
- <title>Document</title>
11
-</head>
12
13
-<body>
14
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
+ <link rel="stylesheet" href="style.css" />
+ <title>Document</title>
+ </head>
15
16
- <script src="app.js"></script>
17
-</body>
+ <body>
+ <script src="app.js"></script>
+ </body>
+</html>
18
19
</html>
0 commit comments