forked from lirongtong/miitvip-vue-admin-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (17 loc) · 768 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/ico" href="/favicon.ico" />
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Makeit Admin Pro - Powered by makeit.vip</title>
<meta name="keywords" content="makeit admin pro, vue3, vite, ui frame, vue components">
<meta name="description" content="Makeit Admin Pro, an out-of-box UI solution for enterprise applications.">
</head>
<body>
<div id="app"></div>
<script type="module" src="/example/main.ts"></script>
</body>
</html>