summaryrefslogtreecommitdiff
path: root/WebInterface
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-10-01 15:34:04 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-10-01 15:34:04 +0200
commite463bf3eb7115f1f141da2162b0624f90472ff9c (patch)
tree516b8aa8d601e409eff5fe65b4fcadda9a0987a4 /WebInterface
parentbea582b3eef1b87839e1b27d6a13bf32df5e8a74 (diff)
Fixed the icon
Diffstat (limited to 'WebInterface')
-rw-r--r--WebInterface/NodeJSServer/NodeJSServer.njsproj4
-rw-r--r--WebInterface/NodeJSServer/dist/about/index.html2
-rw-r--r--WebInterface/NodeJSServer/dist/index.html2
-rw-r--r--WebInterface/NodeJSServer/dist/ressources/DSALogo.pngbin0 -> 35184 bytes
-rw-r--r--WebInterface/NodeJSServer/dist/ressources/Logo768.pngbin50005 -> 0 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/WebInterface/NodeJSServer/NodeJSServer.njsproj b/WebInterface/NodeJSServer/NodeJSServer.njsproj
index 6181774..df6d9b0 100644
--- a/WebInterface/NodeJSServer/NodeJSServer.njsproj
+++ b/WebInterface/NodeJSServer/NodeJSServer.njsproj
@@ -25,7 +25,7 @@
<Content Include="dist\chat.js" />
<Content Include="dist\index.js" />
<Content Include="src\index.js" />
- <Content Include="dist\ressources\Logo768.png" />
+ <Content Include="dist\ressources\DSALogo.png" />
<Content Include="dist\ressources\menu.png" />
<Content Include="dist\ressources\menu_close.png" />
<Content Include="src\modules\ui\backdrop.js" />
@@ -81,4 +81,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
-</Project> \ No newline at end of file
+</Project>
diff --git a/WebInterface/NodeJSServer/dist/about/index.html b/WebInterface/NodeJSServer/dist/about/index.html
index 2ea6fe6..6fcb1ee 100644
--- a/WebInterface/NodeJSServer/dist/about/index.html
+++ b/WebInterface/NodeJSServer/dist/about/index.html
@@ -8,7 +8,7 @@
<meta name="author" content="Timon Scholz">
<meta name="theme-color" content="#546e7a">
<title>Helden Online</title>
- <link rel="icon" href="ressources/Logo768.png">
+ <link rel="icon" href="ressources/DSALogo.png">
<link rel="stylesheet" href="../style/about.css">
<!-- <link rel="manifest" href="manifest.webmanifest"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
diff --git a/WebInterface/NodeJSServer/dist/index.html b/WebInterface/NodeJSServer/dist/index.html
index 1080150..7ea33b7 100644
--- a/WebInterface/NodeJSServer/dist/index.html
+++ b/WebInterface/NodeJSServer/dist/index.html
@@ -8,7 +8,7 @@
<meta name="author" content="Timon Scholz">
<meta name="theme-color" content="#546e7a">
<title>Helden Online</title>
- <link rel="icon" href="ressources/Logo768.png">
+ <link rel="icon" href="ressources/DSALogo.png">
<link rel="stylesheet" href="style/index.css">
<!-- <link rel="manifest" href="manifest.webmanifest"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
diff --git a/WebInterface/NodeJSServer/dist/ressources/DSALogo.png b/WebInterface/NodeJSServer/dist/ressources/DSALogo.png
new file mode 100644
index 0000000..98f9982
--- /dev/null
+++ b/WebInterface/NodeJSServer/dist/ressources/DSALogo.png
Binary files differ
diff --git a/WebInterface/NodeJSServer/dist/ressources/Logo768.png b/WebInterface/NodeJSServer/dist/ressources/Logo768.png
deleted file mode 100644
index 5f769ab..0000000
--- a/WebInterface/NodeJSServer/dist/ressources/Logo768.png
+++ /dev/null
Binary files differ