summaryrefslogtreecommitdiffstats
path: root/reporting/docker/src/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/docker/src/templates/index.html')
-rw-r--r--reporting/docker/src/templates/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/reporting/docker/src/templates/index.html b/reporting/docker/src/templates/index.html
deleted file mode 100644
index c302299..0000000
--- a/reporting/docker/src/templates/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <title>Graphing Module | Storperf</title>
- <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
- <script src="{{ url_for('static', filename='js/jquery-2.1.3.min.js') }}"></script>
- <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
- <script src="{{ url_for('static', filename='js/jquery.bootpag.min.js') }}"></script>
-</head>
-
-<body>
- <div class="container">
- <div class="content">
- <div class="row center">
- <br>
- <form action="{{ url_for('url') }}" method="post">
- <div class="form-group">
- <label for="url">Enter URL:</label>
- <br>
- <input type="text" name="url" id="url" class="form-control">
- <br>
- <button type="submit" class="btn btn-default">Submit</button>
- </div>
- </form>
- </div>
- </div>
- </div>
-</body>
-
-</html> \ No newline at end of file