summaryrefslogtreecommitdiff
path: root/tsp/www/index.html
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-06-20 13:38:13 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-08-08 10:18:56 +0200
commit9185d61f090e40f54530f9723d970910ede087a3 (patch)
tree03f165ded21b1f2fc5821f1173f13f5ee5c738a8 /tsp/www/index.html
parent0b7d00ac86411aa7c8f8a5e6c5fd7ec78ca61740 (diff)
downloadmajor-9185d61f090e40f54530f9723d970910ede087a3.tar.gz
major-9185d61f090e40f54530f9723d970910ede087a3.tar.bz2
major-9185d61f090e40f54530f9723d970910ede087a3.zip
Publish results of comparison with snapshot
Change-Id: I2c00624d610e7c62c76c9da446a7d91943a77387
Diffstat (limited to 'tsp/www/index.html')
-rw-r--r--tsp/www/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/tsp/www/index.html b/tsp/www/index.html
new file mode 100644
index 0000000..2129991
--- /dev/null
+++ b/tsp/www/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <link rel="stylesheet" type="text/css" href="/publish/www/style.css" />
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+ <script language="javascript" src="/publish/www/script.js"></script>
+ </head>
+ <body>
+ <table id="all">
+ <tr>
+ <th>Name</th>
+ <th>Result</th>
+ </tr>
+ </table>
+ </body>
+</html>