-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (102 loc) · 4.08 KB
/
index.html
File metadata and controls
118 lines (102 loc) · 4.08 KB
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
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./css/main.css">
<meta charset="utf-8">
<title>BlueArchiveCN Anti Harmony</title>
<!-- 自定义字体css-->
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/lxgw-wenkai-screen-webfont/1.6.0/style.min.css" />
<!-- 自定义字体<style>
body {
font-family: "LXGW WenKai Screen", sans-serif;
}
</style>-->
</head>
<body>
<div class="main">
<h1>BlueArchiveCN Anti Harmony</h1>
<h2>这里是蔚蓝档案反和谐项目的官网</h2>
<font color="red"
size="7">
<strong>使用本项目请遵守GPL3.0协议,并且严禁倒卖</strong>
<br>
<font color="red"
size="5">
<strong>
<a href="clown.html">名人堂(Hall Of Fame/Clown Party)</a>
<br>
<a href="hos.html">耻辱柱(Hall Of Shame)</a>
</strong>
<br>
</font>
</font>
<a href="https://github.com/BlueArchiveCN">
<img alt="Static Badge"
src="https://img.shields.io/badge/GitHub-%E4%BB%93%E5%BA%93-blue?style=for-the-badge&logo=github">
</a>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony/blob/main/LICENSE">
<img alt="GitHub License"
src="https://img.shields.io/github/license/BlueArchiveCN/Anti-Harmony?style=for-the-badge&logo=github">
</a>
<a href="https://discord.gg/WBnVrP3wcH">
<img alt="Discord"
src="https://img.shields.io/discord/1137403715129720912?style=for-the-badge&logo=discord">
</a>
<br>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony">
<img alt="GitHub repo size"
src="https://img.shields.io/github/repo-size/BlueArchiveCN/Anti-Harmony?style=for-the-badge&logo=github">
</a>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony/star">
<img alt="GitHub Repo stars"
src="https://img.shields.io/github/stars/BlueArchiveCN/Anti-Harmony?style=for-the-badge&logo=github">
</a>
<a href="https://github.com/BlueArchiveCN/follow">
<img alt="GitHub followers"
src="https://img.shields.io/github/followers/BlueArchiveCN?style=for-the-badge&logo=github">
</a>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony/commits/main">
<img alt="GitHub commit activity (branch)"
src="https://img.shields.io/github/commit-activity/t/BlueArchiveCN/Anti-Harmony?style=for-the-badge&logo=github">
</a>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony/fork">
<img alt="GitHub forks"
src="https://img.shields.io/github/forks/BlueArchiveCN/Anti-Harmony?style=for-the-badge&logo=github">
</a>
<!--<img alt="GitHub Org's stars" src="https://img.shields.io/github/stars/BlueArchiveCN?style=for-the-badge&logo=github">-->
<!--https://github.com/BlueArchiveCN/Anti-Harmony/graphs/commit-activity-->
<br>
<h2>贡献者</h2>
<h3>感谢以下贡献者对本项目做出的贡献</h3>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony/graphs/contributors">
<img alt="GitHub Contributors"
src="https://img.shields.io/github/contributors/BlueArchiveCN/Anti-Harmony?style=for-the-badge&logo=github">
</a>
<br>
<a href="https://github.com/BlueArchiveCN/Anti-Harmony/graphs/contributors">
<img alt="Contributors"
src="https://contrib.rocks/image?repo=BlueArchiveCN/Anti-Harmony" />
</a>
<br>
<img alt="Repobeats analytics image"
src="https://repobeats.axiom.co/api/embed/c670f760a9ed7acf904d541c1f3980edc319038b.svg">
<h2>Star History</h2>
<a href="https://star-history.com/#BlueArchiveCN/Anti-Harmony&Date">
<img src="https://api.star-history.com/svg?repos=BlueArchiveCN/Anti-Harmony&type=Date&secret=Z2hwX1daVHBFZ1VxY0JJQlN2TnU0QWxzRWU1WUk3YmkxSDFWYndvSQ==">
</a>
<!--
<iframe style="width:100%;height:auto;min-width:600px;min-height:400px;" src="https://star-history.com/embed?secret=Z2hwX1daVHBFZ1VxY0JJQlN2TnU0QWxzRWU1WUk3YmkxSDFWYndvSQ==#BlueArchiveCN/Anti-Harmony&Date" frameBorder="0"></iframe>
-->
<br>
<br>
<!--<a href="poh.html">耻辱柱</a>-->
</div>
<footer>
<div align=center>
<strong>
<br>©<!--2023 Blue Archive CN-->xiaoxiaawa. All Rights Reserved.
</strong>
</div>
</footer>
</body>
</html>