This repository has been archived on 2025-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
pan-search/index.html
2025-04-17 00:03:17 +08:00

15 lines
560 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>绝绝子网盘搜索</title>
<meta name="description" content="专注于收录全网云盘资源,支持七大网盘搜索">
<meta name="keywords" content="网盘搜索,百度网盘搜索,阿里云盘搜索,夸克网盘搜索,资源搜索">
<link rel="icon" href="/favicon.ico">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>