File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > </ title >
5
+ < meta charset ="UTF-8 ">
6
+ < meta http-equiv ="refresh " content ="0; url=https://becomtweaks.gitbook.io/docs ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
+ < link href ="css/style.css " rel ="stylesheet ">
9
+ < style >
10
+ @import url (
"https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected] &display=swap" );
11
+ body {
12
+ background-color : black;
13
+ color : white;
14
+ font-family : "Pixelify Sans" ;
15
+ display : flex;
16
+ justify-content : center;
17
+ align-items : center;
18
+ height : 100vh ;
19
+ margin : 0 ;
20
+ flex-direction : column;
21
+ text-align : center;
22
+ }
23
+ </ style >
24
+ </ head >
25
+ < body >
26
+ < p > Redirecting to < a href ="https://becomtweaks.gitbook.io/docs "> https://becomtweaks.gitbook.io/docs</ a > </ p >
27
+ < p > If you were not redirected, click the link above.</ p >
28
+ </ body >
29
+ </ html >
You can’t perform that action at this time.
0 commit comments