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.
20 lines
485 B
20 lines
485 B
<!-- |
|
* @Author: October 382756525@qq.com |
|
* @Date: 2022-07-30 23:31:53 |
|
* @LastEditors: October 382756525@qq.com |
|
* @LastEditTime: 2022-10-09 22:25:52 |
|
* @Description: |
|
* |
|
--> |
|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<title>货无忧培训系统</title> |
|
</head> |
|
<body> |
|
<div id="app"></div> |
|
<script type="module" src="/src/main.ts"></script> |
|
</body> |
|
</html>
|
|
|