Ivan Grinkin 7 년 전
부모
커밋
0b6d46eaca
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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>