Update dialer.html

This commit is contained in:
RPRX 2021-03-23 16:55:05 +00:00 committed by GitHub
parent d46af8b5d4
commit e0910ab4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>