File tree 4 files changed +57
-0
lines changed
4 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ very-eepy.today
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < meta name ="robots " content ="noindex, follow ">
8
+ < title > zzz</ title >
9
+ < style >
10
+ : root {
11
+ --text : # 000 ;
12
+ --bg : # fafafa ;
13
+ }
14
+
15
+ body {
16
+ background-color : var (--bg );
17
+ color : var (--text );
18
+ }
19
+
20
+ @media (prefers-color-scheme : dark) {
21
+ : root {
22
+ --text : # dfdfdf ;
23
+ --bg : # 0e0e0e ;
24
+ }
25
+ }
26
+
27
+ .content {
28
+ width : 100% ;
29
+ max-width : 1200px ;
30
+ margin : auto;
31
+ }
32
+
33
+ .eepy {
34
+ display : flex;
35
+ justify-content : center;
36
+ align-items : center;
37
+ height : 100vh ;
38
+ }
39
+
40
+ .eepy img {
41
+ max-width : 100% ;
42
+ height : auto;
43
+ object-fit : cover;
44
+ }
45
+ </ style >
46
+ </ head >
47
+
48
+ < body >
49
+ < div class ="content ">
50
+ < div class ="eepy ">
51
+ < img alt ="eepy " src ="images/eepy.webp ">
52
+ </ div >
53
+ </ div >
54
+ </ body >
55
+
56
+ </ html >
You can’t perform that action at this time.
0 commit comments