clash-manager/index.html

18 lines
691 B
HTML
Raw Normal View History

2022-09-30 18:22:03 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>{{title}}</title>
<meta name="keywords" content="{{keywords}}">
<meta name="description" content="{{description}}">
2022-11-21 19:26:02 +08:00
<link rel="stylesheet" href="//unpkg.debianx.in/@bytedo/wcui/dist/css/reset-basic.css">
2022-09-30 18:22:03 +08:00
<script async src="//esm.tool/es-module-shims.wasm.js"></script>
<script type="importmap">{{importmap}}</script>
</head>
<body>
2022-10-10 20:01:25 +08:00
<div class="app noselect"></div>
2022-09-30 18:22:03 +08:00
<script src="main.js"></script>
</body>
</html>