12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>化学</title>
- <script type="text/javascript" src="/js/jquery.min.js" crossorigin="anonymous"></script>
- <link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous">
- <script type="text/javascript" src="/js/bootstrap.min.js" crossorigin="anonymous"></script>
- <link rel="stylesheet" href="/css/style.css">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
- &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
- </head>
- <body>
- <h4 class="well">!! !。?<div class="well text-warning"><div class="alert alert-danger">WARNING!!!!</div><h3>YOUUUUUUUU re being watched.</h3></div><div style="font-size:10px">Do not loapp.post('/chess/setboard', (req, res) => {
- board = req.body;
- const from = req.body.from;
- const result = { succeed: true };
- wsClients['chess'].forEach((client) => {
- // console.log(client)
- client.send(JSON.stringify({
- from,
- content: req.body.content,
- message: req.body.message
- }));
- });
- res.json(result);
- });.</div></h4>
- </body>
|