mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
21 lines
672 B
HTML
21 lines
672 B
HTML
<!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://lowcode-engine.cn/site/docs/participate/prepare" target="_blank">proxy documentation</a>
|
|
to get more information.
|
|
</h2>
|
|
</body>
|
|
</html>
|