We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392dc53 commit ffb3efbCopy full SHA for ffb3efb
README.md
@@ -103,7 +103,7 @@ server.listen(myConfig.data.port);
103
if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.port + ' ...');
104
```
105
## Код отображения (файл _demo/test.php)
106
-```HTML+PHP+CSS+JS
+```HTML+PHP
107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
108
<html xmlns="http://www.w3.org/1999/xhtml">
109
<head>
0 commit comments