aboutsummaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/src/main/webapp/index.html
blob: b4a3a73dda99bc8b2cd7890ca85629613bc3b39b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>