Skip to content

Commit 392dc53

Browse files
Update README.md
1 parent 3634cef commit 392dc53

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,13 @@ server.listen(myConfig.data.port);
103103
if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.port + ' ...');
104104
```
105105
## Код отображения (файл _demo/test.php)
106-
```HTML
106+
```HTML+PHP+CSS+JS
107107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
108108
<html xmlns="http://www.w3.org/1999/xhtml">
109109
<head>
110110
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
111111
<title>Пример</title>
112112
<style>
113-
```
114-
```css
115113
body {
116114
font-family:'Lucida Console', Monaco, monospace
117115
}
@@ -124,8 +122,6 @@ if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.p
124122
color:lightgray;
125123
text-decoration:line-through;
126124
}
127-
```
128-
```HTML+PHP
129125
</style>
130126
</head>
131127
@@ -145,13 +141,9 @@ if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.p
145141
</body>
146142
</html>
147143
<script>
148-
```
149-
```JS
150144
/*Комментарий*/
151145
var a1 = 1; //Комментарий
152146
var a2 = 'http://test.ru'; //Комментарий
153-
```
154-
```HTML
155147
</script>
156148
```
157149
## Запуск

0 commit comments

Comments
 (0)