44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > VPS — B3 Dev</ title >
7- < style >
8- * , * ::before , * ::after { box-sizing : border-box; margin : 0 ; padding : 0 ; }
9-
10- body {
11- font-family : 'Segoe UI' , Arial, sans-serif;
12- background : # 0f172a ;
13- color : # e2e8f0 ;
14- min-height : 100vh ;
15- display : flex;
16- flex-direction : column;
17- align-items : center;
18- justify-content : center;
19- padding : 40px 20px ;
20- }
21-
22- header {
23- text-align : center;
24- margin-bottom : 48px ;
25- }
26-
27- header h1 {
28- font-size : 1.75rem ;
29- font-weight : 700 ;
30- letter-spacing : 0.05em ;
31- color : # f1f5f9 ;
32- }
33-
34- header p {
35- margin-top : 8px ;
36- font-size : 0.875rem ;
37- color : # 64748b ;
38- }
39-
40- .grid {
41- display : grid;
42- grid-template-columns : repeat (auto-fit, minmax (200px , 1fr ));
43- gap : 16px ;
44- width : 100% ;
45- max-width : 760px ;
46- }
47-
48- a .card {
49- display : flex;
50- flex-direction : column;
51- gap : 6px ;
52- padding : 20px 24px ;
53- background : # 1e293b ;
54- border : 1px solid # 334155 ;
55- border-radius : 12px ;
56- text-decoration : none;
57- color : # e2e8f0 ;
58- transition : background 0.15s , border-color 0.15s , transform 0.15s ;
59- }
60-
61- a .card : hover {
62- background : # 273548 ;
63- border-color : # 4f6a8a ;
64- transform : translateY (-2px );
65- }
66-
67- a .card .label {
68- font-size : 1rem ;
69- font-weight : 600 ;
70- color : # f1f5f9 ;
71- }
72-
73- a .card .url {
74- font-size : 0.75rem ;
75- color : # 64748b ;
76- font-family : monospace;
77- }
78-
79- footer {
80- margin-top : 48px ;
81- display : flex;
82- flex-direction : column;
83- align-items : center;
84- gap : 12px ;
85- }
86-
87- footer span {
88- font-size : 0.75rem ;
89- color : # 334155 ;
90- }
91-
92- footer a .monitoring-link {
93- font-size : 0.75rem ;
94- color : # 475569 ;
95- text-decoration : none;
96- border : 1px solid # 1e293b ;
97- border-radius : 6px ;
98- padding : 0.3rem 0.8rem ;
99- transition : color 0.15s , border-color 0.15s ;
100- }
101-
102- footer a .monitoring-link : hover {
103- color : # 94a3b8 ;
104- border-color : # 334155 ;
105- }
106- </ style >
7+ < link rel ="stylesheet " href ="style.css " />
1078</ head >
108- < body >
9+ < body class =" home-body " >
10910
11011 < header >
111- < h1 > B3 Dev — Applications</ h1 >
112- < p > VPS 78.138.58.95</ p >
12+ < h1 > Applications</ h1 >
13+ < p > · VPS 78.138.58.95 · </ p >
11314 </ header >
11415
11516 < div class ="grid ">
@@ -136,8 +37,11 @@ <h1>B3 Dev — Applications</h1>
13637 </ div >
13738
13839 < footer >
139- < span > B3 Dev · 2026</ span >
14040 < a class ="monitoring-link " href ="/login.html "> Monitoring</ a >
41+ < span >
42+ < a href ="https://github.com/RustyRory " class ="github-link " target ="_blank " rel ="noopener "> RustyRory</ a >
43+ · B3 Dev · 2026
44+ </ span >
14145 </ footer >
14246
14347</ body >
0 commit comments