File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,13 @@ server.listen(myConfig.data.port);
103
103
if (myConfig .data .isDebug ) console .log (' Server start on port ' + myConfig .data .port + ' ...' );
104
104
```
105
105
## Код отображения (файл _ demo/test.php)
106
- ``` HTML
106
+ ``` HTML+PHP+CSS+JS
107
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
108
108
<html xmlns="http://www.w3.org/1999/xhtml">
109
109
<head>
110
110
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
111
111
<title>Пример</title>
112
112
<style>
113
- ```
114
- ```css
115
113
body {
116
114
font-family:'Lucida Console', Monaco, monospace
117
115
}
@@ -124,8 +122,6 @@ if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.p
124
122
color:lightgray;
125
123
text-decoration:line-through;
126
124
}
127
- ```
128
- ```HTML + PHP
129
125
</style>
130
126
</head>
131
127
@@ -145,13 +141,9 @@ if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.p
145
141
</body>
146
142
</html>
147
143
<script>
148
- ```
149
- ```JS
150
144
/*Комментарий*/
151
145
var a1 = 1; //Комментарий
152
146
var a2 = 'http://test.ru'; //Комментарий
153
- ```
154
- ```HTML
155
147
</script>
156
148
```
157
149
## Запуск
You can’t perform that action at this time.
0 commit comments