Ivan Grinkin 7 rokov pred
rodič
commit
0b6d46eaca
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 1
      TemplateEngine.md
  2. 1 0
      TemplateEngine/templates/index.tpl

+ 1 - 1
TemplateEngine.md

@@ -16,7 +16,7 @@ GET / HTTP/1.1
 Host: example.com
 Accept: text/html
  
-<пустая строка>
+
 ```
 
 Ответ:

+ 1 - 0
TemplateEngine/templates/index.tpl

@@ -1,3 +1,4 @@
 <html>
 <a href="{{ url }}">{{ urlText }}</a>
+
 </html>