mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 08:39:38 +08:00
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
|
<title>RSSHub</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docute/dist/docute.css">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docute/dist/theme-github.css" />
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-48084758-10"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-48084758-10');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<!-- don't remove this part start -->
|
|
<div id="app"></div>
|
|
<script src="https://cdn.jsdelivr.net/npm/docute/plugins/docsearch.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docute/dist/docute.js"></script>
|
|
<script src="./config.js"></script>
|
|
<!-- livereload script placeholder -->
|
|
<!-- don't remove this part end -->
|
|
</body>
|
|
</html>
|