clash-verge/src/index.html

18 lines
401 B
HTML
Raw Normal View History

2021-12-04 09:31:26 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2021-12-11 19:38:44 +03:00
<link
rel="shortcut icon"
href="./assets/image/logo.ico"
type="image/x-icon"
/>
2021-12-04 09:31:26 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2021-12-06 05:31:17 +03:00
<title>Clash Verge</title>
2021-12-04 09:31:26 +03:00
</head>
<body>
<div id="root"></div>
2021-12-06 05:31:17 +03:00
<script type="module" src="./main.tsx"></script>
2021-12-04 09:31:26 +03:00
</body>
</html>