David Thornley hace 6 años
padre
commit
bfc314f659
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/main/resources/static/index.html

+ 2
- 1
src/main/resources/static/index.html Ver fichero

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