Skip to content

Commit e1b608a

Browse files
authored
Merge pull request #1 from Staskovych/gh-pages
create index.html
2 parents ff427d4 + b100a10 commit e1b608a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Document</title>
8+
</head>
9+
10+
<body>
11+
<h1>Hello world!</h1>
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)