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.
0 parents commit 9106f28Copy full SHA for 9106f28
readme.md
@@ -0,0 +1 @@
1
+# HTML | Cloning Medium
starter-code/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
+ <title>8 Things Every Person Should Do Before 8 a.m.</title>
8
+</head>
9
+<body>
10
+ <!-- Your code goes here -->
11
+ <!-- https://medium.com/the-mission/8-things-every-person-should-do-before-8-a-m-cc0233e15c8d -->
12
+</body>
13
+</html>
0 commit comments