Skip to content

Commit 9106f28

Browse files
committed
First commit
0 parents  commit 9106f28

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# HTML | Cloning Medium

starter-code/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!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

Comments
 (0)