Files
tools-show/client/index.html

17 lines
529 B
HTML
Raw Permalink Normal View History

2026-03-27 10:18:26 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-04-08 17:56:12 +08:00
<title>资源导航站点</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/local-fonts.css" />
2026-03-27 10:18:26 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
2026-04-08 17:56:12 +08:00
</html>