mirror of
https://github.com/XIU2/TrackersListCollection.git
synced 2024-12-15 04:32:30 +08:00
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>XIU2/TrackersListCollection</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description" />
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
|
|
<link rel="stylesheet" href="https://cdn.staticfile.org/docsify/4.9.4/themes/vue.css" />
|
|
<style type="text/css">
|
|
a {text-decoration:none}
|
|
::-webkit-scrollbar {width: 0px;height: 0px}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app">Load...</div>
|
|
<script>
|
|
window.$docsify={
|
|
name:'TrackersList.com',
|
|
repo:'XIU2/TrackersListCollection',
|
|
loadNavbar:true,
|
|
auto2top:true,
|
|
noEmoji: true,
|
|
ga: 'UA-154344072-1',
|
|
themeColor:'#4B93F1',
|
|
alias:{'/en': 'README', '/zh': 'README-ZH'}
|
|
}
|
|
</script>
|
|
<script src="https://cdn.staticfile.org/docsify/4.9.4/docsify.min.js"></script>
|
|
<script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script>
|
|
</body>
|
|
</html>
|