Skip to content

Commit c971c85

Browse files
committed
Merge pull request #1 from NastiaWhite/gh-pages
testing-the-github-pages
2 parents 0704c47 + 1f9d342 commit c971c85

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# testing-the-github-pages
2+
my testing-the-github-pages
3+
TEST
4+

index.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype HTML public "-//W3C//DTD HTML 4.01//EN"
2+
"http://www.w3.org/TR/html4/strict.dtd">
3+
<html>
4+
<head>
5+
<title>Мій перший HTML-документ</title>
6+
</head>
7+
<body>
8+
Hello world!
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)