We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3cefa9 + 1e86510 commit 36be95cCopy full SHA for 36be95c
.gitignore
@@ -0,0 +1 @@
1
+.DS_Store
html/exercises/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width">
6
+ <title>HTML Exercise</title>
7
+ <link href="style.css" rel="stylesheet" type="text/css" />
8
+ <!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
9
+ </head>
10
+ <body>
11
+ <!-- h1 goes here -->
12
+ <!-- ol goes here -->
13
+ <!-- a goes here -->
14
+ <!-- p goes here -->
15
+ </body>
16
+</html>
0 commit comments