mirror of
https://github.com/silenty4ng/k5web
synced 2024-11-14 14:33:23 +00:00
36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cmn">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>K5Web</title>
|
|
<style>
|
|
::-webkit-scrollbar {
|
|
width: 12px;
|
|
height: 4px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border: 4px solid transparent;
|
|
background-clip: padding-box;
|
|
border-radius: 7px;
|
|
background-color: var(--color-text-4);
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: var(--color-text-3);
|
|
}
|
|
</style>
|
|
<script src="serial.js"></script>
|
|
<script type="module" crossorigin src="./assets/index.7f62c4d1.js"></script>
|
|
<link rel="modulepreload" crossorigin href="./assets/arco.949c921a.js">
|
|
<link rel="modulepreload" crossorigin href="./assets/chart.b6f2f6d9.js">
|
|
<link rel="modulepreload" crossorigin href="./assets/vue.d12e9c08.js">
|
|
<link rel="stylesheet" href="./assets/index.e2a959bb.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|