/
githubmirror
/
socket.io
Обзор
Документация
Войти
/
githubmirror
/
socket.io
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/private-messaging/public/index.html
17 строк
583 B
Damien Arrachequesne
docs(examples): 1st part of the "private messaging" example
10 фев 2021, 02:33
Не верифицирован
10 фев 2021, 02:33
8b404f4
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <title>Private messaging with Socket.IO</title> </head> <body> <noscript> <strong>We're sorry but this application doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>