mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-22 12:45:12 +00:00
v2.0
This commit is contained in:
24
smart-admin-web/javascript-ant-design-vue3/index.html
Normal file
24
smart-admin-web/javascript-ant-design-vue3/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
* @Description:
|
||||
* @Author: zhuoda
|
||||
* @Date: 2021-08-03
|
||||
* @LastEditTime: 2022-06-23
|
||||
* @LastEditors: zhuoda
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" id="htmlRoot">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<meta name="renderer" content="webkit"/>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"
|
||||
/>
|
||||
<title>SmartAdmin 2.X</title>
|
||||
<link rel="icon" href="/favicon.ico"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user