tansci-boot/tansci-boot-ui-editor/src/index.html

16 lines
468 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,width=device-width,viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>页面编辑器</title>
</head>
<body>
<div id="root"></div>
<script src="./config.js"></script>
</body>
</html>