20 lines
720 B
HTML
20 lines
720 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document</title>
|
|
<!-- 引入 luck Sheet -->
|
|
<link rel="stylesheet" href="/lib/plugins/css/pluginsCss.css" />
|
|
<link rel="stylesheet" href="/lib/plugins/plugins.css" />
|
|
<link rel="stylesheet" href="/lib/css/luckysheet.css" />
|
|
<link rel="stylesheet" href="/lib/assets/iconfont/iconfont.css" />
|
|
<script src="/lib/plugins/js/plugin.js"></script>
|
|
<script src="/lib/luckysheet.umd.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="left" id="luckysheetContainer"></div>
|
|
<script type="module" src="src/main.ts"></script>
|
|
</body>
|
|
</html>
|