mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-10 02:53:11 +00:00
Update dialer.html
This commit is contained in:
parent
d46af8b5d4
commit
e0910ab4d9
|
@ -3,8 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Browser Dialer</title>
|
<title>Browser Dialer</title>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
// Copyright (c) 2021 XRAY. Mozilla Public License 2.0.
|
// Copyright (c) 2021 XRAY. Mozilla Public License 2.0.
|
||||||
var url = "ws://" + window.location.host + "/websocket"
|
var url = "ws://" + window.location.host + "/websocket"
|
||||||
var count = 0
|
var count = 0
|
||||||
|
@ -50,6 +50,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue