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