aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/index.html
blob: 09d2d0a93a403790371a211b98e62e63420b1c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <base href="/">
    <meta charset="utf-8">	
    <title>SDC Workflow App</title>
</head>
<body>
<div id="root"></div>
</body>
</html>