This commit is contained in:
Alexander Popov 2023-06-03 23:49:12 +03:00
parent 834aef432e
commit 4a21130567
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
8 changed files with 93 additions and 80 deletions

View File

@ -74,3 +74,14 @@ indent_size = 4
[~/SublimeText/*.sublime-*]
indent_style = tab
indent_size = 4
[~/Gambas/*]
indent_size = 2
[~/Solar2D/**]
indent_style = unset
indent_size = unset
end_of_line = unset
charset = unset
trim_trailing_whitespace = unset
insert_final_newline = unset

View File

@ -107,11 +107,11 @@
```html
<!DOCTYPE html>
<html lang="ru">
<head>
<head>
<meta charset="utf-8">
<title>Заголовок страницы</title>
</head>
<body>
</head>
<body>
<header class="main-header">
<!— Шапка сайта —>
</header>
@ -123,6 +123,6 @@
<footer class="main-footer">
<!— Подвал сайта —>
</footer>
</body>
</body>
</html>
```

View File

@ -1,5 +1,7 @@
# Fenom
## IF . ELSEIF . ELSE
```
{if <expression>}
{* ...code... *}