1- 怎么回事? 404
1+ <!-- -*- conding: utf-8 -*- -->
2+ <!-- 2025.8.8 -->
3+ <!DOCTYPE html>
4+ < html lang ="zh-CN ">
5+ < head >
6+ < meta charset ="UTF-8 ">
7+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8+ < meta name ="renderer " content ="webkit ">
9+ < meta name ="force-rendering " content ="webkit ">
10+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
11+ < meta name ="author " content ="红蓝灯 ">
12+ < meta http-equiv ="Content-Language " content ="zh-CN ">
13+ < meta name ="robots " content ="noindex, nofollow ">
14+ < title > 404 - 红蓝灯的个人网站</ title >
15+ < style >
16+ @font-face {
17+ font-family : "JetBrains Mono" ;
18+ src : url ("include/JetBrainsMono.ttf" ) format ("truetype" );
19+ }
20+
21+ : root {
22+ --9_6-color : # 999999 ;
23+ --5_6-color : # 555555 ;
24+ --mono-font : "JetBrains Mono" ;
25+ --tahoma : Tahoma;
26+ --bg-img : url ("include/bg.jpg" );
27+ }
28+
29+ body {
30+ background-image : var (--bg-img );
31+ background-size : cover;
32+ background-repeat : no-repeat;
33+ background-position : center center;
34+ background-attachment : fixed;
35+ min-height : 100% ;
36+ background-color : var (--5_6-color , # 555555 ); /*避免无法加载导致出现纯白 Avoid failing to load and resulting in pure white*/
37+ }
38+
39+ .chinese {
40+ font-family : var (--tahoma ), system-ui;
41+ color : var (--9_6-color , # 999999 );
42+ }
43+ .english {
44+ font-family : var (--mono-font ), system-ui;
45+ color : var (--9_6-color , # 999999 );
46+ }
47+ </ style >
48+ </ head >
49+ < body class ="line-numbers ">
50+ < div id ="main " style ="margin-left: 15%;margin-right: 15%;padding: 1% 2% 2%;border-radius: 25px;background: rgba(0, 0, 0, 0.25);backdrop-filter: blur(5px); ">
51+ < p class ="chinese "> 404 找不到页面</ p >
52+ < p class ="english "> 404 No Page Found</ p >
53+ </ div >
54+ < div id ="copyright " style ="margin-left: 15%;margin-right: 15%;margin-top: 2.5%;padding: 1% 2% 3.5%;border-radius: 25px;background: rgba(0, 0, 0, 0.45);backdrop-filter: blur(5px); ">
55+ < p class ="chinese " style ="text-align: center; "> © 2025 红蓝灯 保留所有权利</ p >
56+ < p class ="english " style ="text-align: center; "> © 2025 RBL All Rights Reserved</ p >
57+ </ div >
58+ </ body >
59+ </ html >
0 commit comments