diff options
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/index.html')
-rw-r--r-- | workflow-designer-ui/src/main/frontend/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/index.html b/workflow-designer-ui/src/main/frontend/index.html new file mode 100644 index 00000000..c3a6f3b6 --- /dev/null +++ b/workflow-designer-ui/src/main/frontend/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <base href="/"> + <meta charset="utf-8"> + <link rel="stylesheet" href="https://unpkg.com/bpmn-js@2.1.0/dist/assets/diagram-js.css" /> + <link rel="stylesheet" href="https://unpkg.com/bpmn-js@2.1.0/dist/assets/bpmn-font/css/bpmn.css" /> + <title>SDC Workflow App</title> +</head> +<body> +<div id="root"></div> +</body> +</html> |