25 lines
744 B
HTML
25 lines
744 B
HTML
<!--
|
|
* @Author: suhang suhang_max@163.com
|
|
* @Date: 2023-05-31 22:06:51
|
|
* @LastEditors: suhang suhang_max@163.com
|
|
* @LastEditTime: 2023-06-01 01:01:28
|
|
* @FilePath: \train-assessd:\Code\basic-frontend\index.html
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/logo1.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>PMS:新光线平台</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html> |