mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 14:00:35 +00:00
14 lines
303 B
HTML
14 lines
303 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>ICE TypeScript Starter</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ice-container"></div>
|
|
</body>
|
|
</html>
|