Skip to content

Commit 9506192

Browse files
committed
added index.html
1 parent 81d8c2c commit 9506192

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
<title>My App</title>
7+
<!-- <link rel="stylesheet" href="style.css"> -->
8+
</head>
9+
<body>
10+
<header>
11+
<h1>My App</h1>
12+
</header>
13+
<main>
14+
<h1>Welcome to my app!</h1>
15+
</main>
16+
</body>
17+
</html>>

0 commit comments

Comments
 (0)