forked from alibaba/lowcode-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 660 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
<meta name="viewport" content="width=device-width" />
<title>LowCodeEngine Editor DEMO</title>
</head>
<body>
<h1>
This project only provides engine resource files. For usage, go for
<a href="https://github.com/alibaba/lowcode-demo" target="_blank">Lowcode Demo</a>
</h1>
<h2>
For local debugging of lowcode engine, please visit
<a href="https://www.yuque.com/lce/doc/glz0fx#wi8rs" target="_blank">proxy documentation</a>
to get more information.
</h2>
</body>
</html>