diff options
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 5a84ee8..0480c35 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -3,7 +3,7 @@ <head> <title>VSHL API Test</title> <link rel="stylesheet" href="binding.css"> - <script type="text/javascript" src="AFB-websock.js"></script> + <script type="text/javascript" src="AFB.js"></script> <script type="text/javascript" src="binding.js"></script> </head> @@ -92,4 +92,4 @@ </div> </div> -</body>
\ No newline at end of file +</body> |