Update web-socket.html
Browse files- web-socket.html +2 -0
web-socket.html
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="ja">
|
3 |
<head>
|
|
|
|
|
4 |
<meta charset="UTF-8" />
|
5 |
<title>管理ページ(IP・接続時間表示 + 地図表示)</title>
|
6 |
<script src="https://cdn.socket.io/4.0.1/socket.io.min.js"></script>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="ja">
|
3 |
<head>
|
4 |
+
<script src="https://soiz1-eruda3.hf.space/eruda.js"></script>
|
5 |
+
<script>eruda.init();</script>
|
6 |
<meta charset="UTF-8" />
|
7 |
<title>管理ページ(IP・接続時間表示 + 地図表示)</title>
|
8 |
<script src="https://cdn.socket.io/4.0.1/socket.io.min.js"></script>
|