26 lines
669 B
HTML
26 lines
669 B
HTML
<!--
|
|
* @Author: Kane
|
|
* @Date: 2023-02-28 00:12:43
|
|
* @LastEditors: Kane
|
|
* @FilePath: /task_schedule/index.html
|
|
* @Description:
|
|
*
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<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.js"></script>
|
|
</body>
|
|
<script>
|
|
// alert(window.location.href);
|
|
</script>
|
|
</html>
|