You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
679 B
24 lines
679 B
<!--
|
|
* @Author: BINGWU
|
|
* @Date: 2024-04-10 16:15:37
|
|
* @LastEditors: BINGWU HuJiaCheng2003@163.com
|
|
* @LastEditTime: 2024-05-14 00:18:47
|
|
* @FilePath: \employee-information-management-system\app\index.html
|
|
* @Describe:
|
|
* @Mark: ૮(˶ᵔ ᵕ ᵔ˶)ა
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4545019_und3178mgz.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>bingwu-admin</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|