desktop_task_schedule/code/web/task_schedule/index.html

26 lines
669 B
HTML
Raw Permalink Normal View History

2023-02-28 16:20:47 +00:00
<!--
* @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.
-->
2023-02-15 05:07:17 +00:00
<!DOCTYPE html>
<html lang="en">
2023-02-28 16:20:47 +00:00
<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>
2023-03-02 08:59:48 +00:00
<script>
// alert(window.location.href);
</script>
2023-02-15 05:07:17 +00:00
</html>