Skip to content

Commit 4fc7700

Browse files
committed
2025 -> 2026
1 parent 322df24 commit 4fc7700

3 files changed

Lines changed: 11 additions & 15 deletions

File tree

404.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
}
3232

3333
:root {
34-
--9_6-color: #999999;
35-
--5_6-color: #555555;
36-
--mono-font: "JetBrains Mono";
34+
--mono: "JetBrains Mono";
3735
--tahoma: Tahoma;
3836
--bg-img: url("include/bg.jpg");
3937
}
@@ -45,16 +43,16 @@
4543
background-position: center center;
4644
background-attachment: fixed;
4745
min-height: 100%;
48-
background-color: var(--5_6-color,#555555); /*避免无法加载导致出现纯白 Avoid failing to load and resulting in pure white*/
46+
background-color: #555555; /*避免无法加载导致出现纯白 Avoid failing to load and resulting in pure white*/
4947
}
5048

5149
.chinese {
5250
font-family: var(--tahoma),system-ui;
53-
color: var(--9_6-color,#999999);
51+
color: #999999;
5452
}
5553
.english {
56-
font-family: var(--mono-font), system-ui;
57-
color: var(--9_6-color,#999999);
54+
font-family: var(--mono), system-ui;
55+
color: #999999;
5856
}
5957
</style>
6058
</head>
@@ -64,8 +62,8 @@
6462
<p class="english" id="en_err">404 No Page Found</p>
6563
</div>
6664
<div id="copyright" style="margin-left: 15%;margin-right: 15%;margin-top: 2.5%;padding: 1% 2% 2.5%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);">
67-
<p class="chinese" style="text-align: center;">© 2025 红蓝灯 保留所有权利</p>
68-
<p class="english" style="text-align: center;">© 2025 RBL All Rights Reserved</p>
65+
<p class="chinese" style="text-align: center;">© 2026 红蓝灯 保留所有权利</p>
66+
<p class="english" style="text-align: center;">© 2026 RBL All Rights Reserved</p>
6967
</div>
7068
</body>
7169
</html>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
44

55
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66

7-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
<meta http-equiv="Content-Language" content="zh-CN">
1414
<meta name="robots" content="all">
1515
<script>
16-
function isIE() {
17-
return !!document.documentMode;
18-
}
16+
function isIE() {return !!document.documentMode;}
1917
if (isIE()) {
2018
window.alert("检测到为IE浏览器,即将跳转到Edge下载界面...");
2119
console.warn("用户使用IE浏览器");
@@ -84,8 +82,8 @@
8482
</div>
8583
<br/>
8684
<div id="copyright" style="display: table-cell;position: absolute;height: auto;bottom: 0;width: 65%;min-height: 5%;margin-left: 15%;margin-right: 15%;margin-top: 2.5%;padding: 1% 2% 2.5%;border-radius: 25px;background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(5px);">
87-
<p class="chinese" style="text-align: center;">© 2025 红蓝灯 保留所有权利</p>
88-
<p class="english" style="text-align: center;">© 2025 RBL All Rights Reserved</p>
85+
<p class="chinese" style="text-align: center;">© 2026 红蓝灯 保留所有权利</p>
86+
<p class="english" style="text-align: center;">© 2026 RBL All Rights Reserved</p>
8987
</div>
9088
</body>
9189
</html>

0 commit comments

Comments
 (0)