Skip to content

Commit

Permalink
Correction of ApplicationServer
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud Lancelot committed Sep 22, 2016
1 parent aefb903 commit e30b81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void addHttpHandler(HttpServer httpServer) {
String indexHtml = "<!DOCTYPE html>";
indexHtml += "<html>";
indexHtml += "<head>";
indexHtml += "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">";
indexHtml += "<meta charset=\"UTF-8\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">";
indexHtml += "<LINK rel=stylesheet type=\"text/css\" href=\"" + (appPath.isEmpty() ? "" : ("/" + appPath)) + "/" + application.getApplicationClass().getSimpleName().toLowerCase() + ".css\"/>";
indexHtml += "<script>";
indexHtml += "var serviceLocation = \"ws://\" + document.location.host + \"" + request.path() + "\";";
Expand Down

0 comments on commit e30b81e

Please sign in to comment.