We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0704c47 + 1f9d342 commit c971c85Copy full SHA for c971c85
README.md
@@ -0,0 +1,4 @@
1
+# testing-the-github-pages
2
+my testing-the-github-pages
3
+TEST
4
+
index.html
@@ -0,0 +1,10 @@
+<!doctype HTML public "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+ <head>
5
+ <title>Мій перший HTML-документ</title>
6
+ </head>
7
+ <body>
8
+ Hello world!
9
+ </body>
10
+</html>
0 commit comments