summaryrefslogtreecommitdiffstats
path: root/docker/storperf-httpfrontend/html/index.html
diff options
context:
space:
mode:
authorShrenik <shrenik.jain@research.iiit.ac.in>2017-10-03 02:55:41 +0530
committerShrenik <shrenik.jain@research.iiit.ac.in>2017-10-03 02:56:22 +0530
commitd44de4d329fa531f04814125042b0436867d09d8 (patch)
treeddcdf58a7149966fe7a3ff406981cb692f06de11 /docker/storperf-httpfrontend/html/index.html
parent41ba13aad1a57fe9b9bcc674cbfe3215e295f177 (diff)
User Interface for homepage
Experimental changes. * Used Bootstrap to create a minimalistic UI Change-Id: I0f2ac253b695510b54ba18ab942958df8a174e85 JIRA: STORPERF-212 Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Diffstat (limited to 'docker/storperf-httpfrontend/html/index.html')
-rw-r--r--docker/storperf-httpfrontend/html/index.html38
1 files changed, 37 insertions, 1 deletions
diff --git a/docker/storperf-httpfrontend/html/index.html b/docker/storperf-httpfrontend/html/index.html
index 7c772a0..3b41653 100644
--- a/docker/storperf-httpfrontend/html/index.html
+++ b/docker/storperf-httpfrontend/html/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!-- <!DOCTYPE html>
<html>
<title>
StorPerf Home
@@ -11,4 +11,40 @@ StorPerf Home
<li><a href="/reporting">Reporting</a></li>
</ul>
</body>
+</html> -->
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Storperf</title>
+ <!-- Latest compiled and minified CSS -->
+<link rel="stylesheet" href="./css/bootstrap.min.css">
+
+</head>
+
+<body>
+
+
+<div class="navbar navbar-default navbar-fixed-top" role="navigation">
+ <div class="navbar-header">
+ <a class="navbar-brand" href="#">Storperf</a>
+ </div>
+ <div>
+ <ul class="nav navbar-nav">
+ <li><a href="/swagger">Swagger-UI</a></li>
+ <li><a href="/graphite">Graphite</a></li>
+ <li><a href="/reporting">Reporting</a></li>
+ </ul>
+
+ </div>
+</div>
+<div>
+ <br>
+ <br>
+ <br>
+</div>
+<p>This can be a good place to place storperf wiki doc or a bit of
+elaboration about Storperf. Open to Suggestions.</p>
+
+
+</body>
</html> \ No newline at end of file