in class
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
width: 100%;
|
||||
border: 1px solid #888;
|
||||
padding: 3px;
|
||||
font-size: 15;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -10,7 +10,7 @@ var server = require('http').Server(app);
|
||||
// import socket.io
|
||||
var io = require('socket.io')(server); // npm install --save socket.io
|
||||
|
||||
// import socket.io
|
||||
// import pos --
|
||||
var pos = require('pos'); // npm install --save pos
|
||||
|
||||
function tag_text(text) {
|
||||
|
||||
Reference in New Issue
Block a user