]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blobdiff - html/index.html
Use server at localhost
[coffee/mt-apps.git] / html / index.html
index 63fed344ea40ef3f4c06e5e6a8e35d4dd71f9e3d..afc244f2dfa71c97ab975ae8ec527e4da0f00441 100644 (file)
@@ -1,10 +1,12 @@
 <!doctype html>
 <html>
+<head>
+<meta charset="utf-8"/>
 <title>IID Coffee Terminal</title>
 <script>
     function loadServerScript() {
        let script = document.createElement('script');
-       script.src = "http://10.35.95.2/coffee/js";
+       script.src = "http://localhost:5000/js";
        document.head.append(script);
        script.onerror = function() {
            this.parentElement.removeChild(this);
@@ -87,7 +89,7 @@
         console.log("close");
     }
 </script>
-
+</head>
 <body>
     <center>
     <h1>IID Coffee Terminal</h1>