diff --git a/Esiur.Examples.StandaloneWebServerDemo/Web/css/style.css b/Esiur.Examples.StandaloneWebServerDemo/Web/css/style.css index ba3b2ef..512dfba 100644 --- a/Esiur.Examples.StandaloneWebServerDemo/Web/css/style.css +++ b/Esiur.Examples.StandaloneWebServerDemo/Web/css/style.css @@ -19,6 +19,10 @@ i-app { height: 100%; } +.logo { + height: 50px; +} + i-router { padding: 10px 35px; height: calc(100vh - 150px); diff --git a/Esiur.Examples.StandaloneWebServerDemo/Web/img/coie.jpg b/Esiur.Examples.StandaloneWebServerDemo/Web/img/coie.jpg new file mode 100644 index 0000000..1b0d0f8 Binary files /dev/null and b/Esiur.Examples.StandaloneWebServerDemo/Web/img/coie.jpg differ diff --git a/Esiur.Examples.StandaloneWebServerDemo/Web/index.html b/Esiur.Examples.StandaloneWebServerDemo/Web/index.html index 3550a9f..e3289f8 100644 --- a/Esiur.Examples.StandaloneWebServerDemo/Web/index.html +++ b/Esiur.Examples.StandaloneWebServerDemo/Web/index.html @@ -38,42 +38,22 @@ -
-
-
-
-
-
-
-
-
-
-
-
-

Esiur

-
-
- - - - - +
- + - + -

Nahrain University, College of Information Technology Engineering

+

Esiur Demo

${FORMAT_CONNECTION_STATUS(d?.status ?? 0)}

@@ -84,18 +64,20 @@ -
+
- +
+ \ No newline at end of file diff --git a/Esiur.Examples.StandaloneWebServerDemo/Web/js/app.js b/Esiur.Examples.StandaloneWebServerDemo/Web/js/app.js index 279b0f3..e908051 100644 --- a/Esiur.Examples.StandaloneWebServerDemo/Web/js/app.js +++ b/Esiur.Examples.StandaloneWebServerDemo/Web/js/app.js @@ -7,6 +7,8 @@ async function init() { window.demo = await connection.get("sys/demo"); + await app.setData(connection); + console.log(connection); } catch (ex) {