Browse Source

the colors

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

+ 1
- 1
src/main/resources/static/index.html View 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>