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