This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (109 loc) · 5 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>SkiMino API</title>
<link rel="stylesheet" href="./css/main.css" type="text/css" />
<link rel="stylesheet" href="./css/buttons.css" type="text/css" />
<link rel="stylesheet" href="https://lolimstatic.ml/fonts/poppins.css" />
<link rel="stylesheet" href="https://lolimstatic.ml/styles/github-markdown.min.css" />
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script src="./js/showdown.min.js"></script>
<style>
.fusr {
position: fixed;
height: 100vh;
width: 100vw;
background-color: white;
text-align: center;
z-index: 2000;
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3270219743311431"
crossorigin="anonymous"></script>
</head>
<body>
<noscript>
<div class="fusr">
<h1>请启用JavaScript。</h1>
<span>Please enable the JavaScript.</span>
</div>
</noscript>
<div class="fusr loading">
<div style="margin-top: 45vh">
<h1>Loading...</h1><br />
<span>加载中...</span>
</div>
</div>
<div class="ns" style="display: none;">
<header>
<div class="coner">
<h1 class="hdti">SkiMino API</h1>
<h3 class="left">
<a href="//github.com/SkiMinoTeam/API/blob/main/LICENSE"><ion-icon name="information-circle-outline"></ion-icon></ion-icon>协议</a>
<a href="//docs.lolimapis.ml/API/"><ion-icon name="globe"></ion-icon>Docs</a>
</h3>
</div>
</header>
<main>
<div class="card e1">
<div class="coner">
<hsd>公告栏</hsd>
</div>
<div class="descs markdown-body" id="lbg">
Loading...
</div>
<style>.markdown-body{box-sizing:border-box;min-width:200px;max-width:980px;margin:0 auto;padding:45px;}@media(max-width:767px){.markdown-body{padding:15px}}</style>
<div class="btns">
<a href="//docs.lolimapis.ml/API/" class="button" style="background: #0088ff; color: white;">文档</a>
<a href="//github.com/SkiMinoTeam/API" class="button" style="background: black; color: white;">开源地址</a><br />
<span> </span>
</div>
</div>
<div class="card e2">
<div class="coner">
<!--<hsd>API列表</hsd>-->
<hsd>随机推送API</hsd>
</div>
<div id="als"></div>
</div>
<div class="card e3">
<div class="coner">
<hsd>Commits(最新30次)</hsd>
</div>
<div class="descs" id="cms"></div>
<center>
<a class="button" href="https://github.com/SkiMinoTeam/API/commits" style="width: 100%;">查看所有提交</a>
<img style="background: white;" src="https://repobeats.axiom.co/api/embed/0ce49dfa0efe6af30500ef33a1a090de4c93eb05.svg"></img>
</center>
</div>
<div class="card">
<img src="https://fs.lolimapis.ml/BingImage/" />
</div>
</main>
<footer>
<div class="moeicp">
<span><img src="https://drv.lolimstatic.ml/drive2/moeicp.png" /><a href="https://icp.gov.moe/?keyword=20229010" target="_blank">萌ICP备20229010号</a></span>
</div>
<div class="copyright">
<span>Copyright © SkiMino. 2021 -
<script>
var date=new Date;
var year=date.getFullYear();
document.write(year);
</script>.
</span>
</div>
</footer>
</div>
</body>
<script>
document.addEventListener('DOMContentLoaded', function() {
document.querySelector('.loading').style.display = "none";
document.querySelector('.ns').style.display = "";
}, false)
</script>
<script src="./js/main.js"></script>
</html>