diff options
author | Vitaly Takmazov | 2016-12-12 17:47:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-12 17:47:55 +0300 |
commit | 1702d4f5e4eace80a1323e520b004a08497e3309 (patch) | |
tree | ef94261fc72008fd47f20a0842981de7bdecc85c /juick-ws/src/main/webapp/WEB-INF | |
parent | cf5d3c5a78ae5be2209bb0d0d91ce1eaf0296c04 (diff) |
juick-ws: drop status servlet
Diffstat (limited to 'juick-ws/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-ws/src/main/webapp/WEB-INF/templates/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/juick-ws/src/main/webapp/WEB-INF/templates/index.html b/juick-ws/src/main/webapp/WEB-INF/templates/index.html deleted file mode 100644 index 92090c8e..00000000 --- a/juick-ws/src/main/webapp/WEB-INF/templates/index.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <title>Status</title> - <link rel="icon" href="//i.juick.com/favicon.png"/> - <link rel="stylesheet" media="all" href="/style.css" /> - <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Inconsolata" /> -</head> -<body> -<p id="status"></p> -<div id="terminal"></div> -<script type="text/javascript" src="/scripts.js"></script> -</body> -</html>
\ No newline at end of file |