Browse Source

First site on the server

Ваше Имя 4 years ago
commit
818cba137d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      index.html

+ 8 - 0
index.html

@@ -0,0 +1,8 @@
+<html lang="en">
+  <head> 
+   	 <title>Some title</title>
+  </head>	  
+  <body>
+	  <h1>Some head</h1>
+  </body>	  
+</html>