mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
16 lines
340 B
HTML
16 lines
340 B
HTML
<!doctype html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Playground</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<!-- <script src=""></script> -->
|
|
|
|
<script type="module" src="./src/index.ts"></script>
|
|
</body>
|
|
</html>
|