aboutsummaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/src/main/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dox-sequence-diagram-ui/src/main/webapp/index.html')
-rw-r--r--dox-sequence-diagram-ui/src/main/webapp/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dox-sequence-diagram-ui/src/main/webapp/index.html b/dox-sequence-diagram-ui/src/main/webapp/index.html
new file mode 100644
index 0000000000..b4a3a73dda
--- /dev/null
+++ b/dox-sequence-diagram-ui/src/main/webapp/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>SDC Sequencer - DEMO</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/>
+ <meta http-equiv="content-type" content="text/html; charset=UTF8">
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+ <script type="text/javascript" src="index.js"></script>
+ </head>
+ <body>
+ <div id="asdcsApplication"></div>
+ </body>
+</html>