David Thornley 6 anni fa
parent
commit
20dd5a037e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/main/resources/static/index.html

+ 1
- 1
src/main/resources/static/index.html Vedi File

@@ -9,7 +9,7 @@
9 9
     <script src="/webjars/stomp-websocket/stomp.min.js"></script>
10 10
     <script src="./app.js"></script>
11 11
 </head>
12
-<body>
12
+<body style=" background-color: #665D78 ">
13 13
 <noscript><h2 style="color: #ff0000">Seems your browser doesn't support Javascript! Websocket relies on Javascript being
14 14
     enabled. Please enable
15 15
     Javascript and reload this page!</h2></noscript>