File tree 1 file changed +36
-2
lines changed
1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change 1
- < h1 > this webpage is in construction</ h1 >
2
- < i > - Guest4242, Inc.</ i >
1
+ < style >
2
+ body {
3
+ background-color : # 0f0f0f ;
4
+ color : # f0f0f0 ;
5
+ font-family : "Cantarell" , "Noto Sans" , "Arial" ;
6
+ align-items : center;
7
+ text-align : center;
8
+ }
9
+ .button {
10
+ background : # 4caf50 ; /* Green */
11
+ border : none;
12
+ color : white;
13
+ padding : 15px 32px ;
14
+ text-align : center;
15
+ display : inline-block;
16
+ font-size : 16px ;
17
+ cursor : pointer;
18
+ transition : background 0.3s ease;
19
+ border-radius : 30px ;
20
+ color : # ffffff ;
21
+ text-decoration : none;
22
+ }
23
+
24
+ .button : hover {
25
+ background : # 45a049 ; /* Darker Green */
26
+ }
27
+ </ style >
28
+ < body >
29
+ < h1 > GET READY FOR THE ULTIMATE FNF ENGINE</ h1 >
30
+ < h3 > FNF Guest4242 Engine</ h3 >
31
+ < button class ="button ">
32
+ < a href ="https://github.com/Guest4242-Inc/FNF-Guest4242Engine/releases "
33
+ > DOWNLOAD NOW</ a
34
+ >
35
+ </ button >
36
+ </ body >
You can’t perform that action at this time.
0 commit comments