You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
534 B
19 lines
534 B
<!DOCTYPE html> |
|
<html lang="zh"> |
|
|
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width,initial-scale=1.0"> |
|
<title>工作流设计器</title> |
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
|
</head> |
|
|
|
<body> |
|
<noscript> |
|
<strong>很抱歉,如果没有 JavaScript 支持,工作流设计器 将不能正常工作。请启用浏览器的 JavaScript 然后继续。</strong> |
|
</noscript> |
|
<div id="app"></div> |
|
</body> |
|
|
|
</html>
|
|
|