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 10de6bc commit 4447bedCopy full SHA for 4447bed
starter/02-HTML-Fundamentals/index.html
@@ -0,0 +1,16 @@
1
+<!DOCTYPE html>
2
+
3
+<html>
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7
+ <title>The BasicLanguage of the WEB: HTML</title>
8
+ <meta name="description" content="" />
9
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
10
+ <link rel="stylesheet" href="" />
11
+ </head>
12
+ <body>
13
+ <h1>The BasicLanguage of the WEB: HTML</h1>
14
+ <script src="" async defer></script>
15
+ </body>
16
+</html>
0 commit comments