yacd/index.html

21 lines
855 B
HTML
Raw Normal View History

2018-10-20 20:32:02 +08:00
<!DOCTYPE html>
2021-05-30 16:33:27 +08:00
<html lang="en">
2020-12-06 20:12:16 +08:00
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="yacd.ico" />
<link rel="icon" type="image/png" sizes="64x64" href="yacd-64.png" />
<link rel="icon" type="image/png" sizes="128x128" href="yacd-128.png" />
2021-05-30 16:33:27 +08:00
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png" />
2021-01-04 22:29:42 +08:00
<meta name="apple-mobile-web-app-title" content="yacd">
2020-12-06 20:12:16 +08:00
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content="yacd" />
<meta name="description" content="Yet Another Clash Dashboard" />
2021-05-30 16:33:27 +08:00
<title>yacd</title>
2020-12-06 20:12:16 +08:00
</head>
<body>
2020-12-20 09:49:43 +08:00
<div id="app" data-base-url="http://127.0.0.1:9090"></div>
2021-05-30 16:33:27 +08:00
<script type="module" src="/src/app.tsx"></script>
2020-12-06 20:12:16 +08:00
</body>
2018-10-20 20:32:02 +08:00
</html>