forked from insoxin/API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html2
39 lines (36 loc) · 1.28 KB
/
index.html2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>姬长信API官方文档-api.isoyu.com</title>
<meta name="description" content="姬长信API|一个提供公益数据和随机妹子生活照抱枕图动漫壁纸背景图的API https://api.isoyu.com/">
<meta name="Keywords" content="姬长信API,,随机妹子生活照,IP签名,抱枕图生成器,动漫背景图">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://cdn.bootcss.com/docsify/3.7.1/themes/vue.css">
</head>
<body>
<div id="app">loading</div>
</body>
<script>
window.$docsify = {
name: '姬长信API',
repo: 'https://api.isoyu.com/',
coverpage: true
}
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?fda02e31e77cd366043a929e3043c19f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script src="https://cdn.bootcss.com/docsify/3.7.1/docsify.min.js"></script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
</html>