Browse Source

the colors

David Thornley 6 years ago
parent
commit
bfc314f659
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/main/resources/static/index.html

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

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