6
6
< html lang ="en " >
7
7
< head >
8
8
< meta charset ="UTF-8 ">
9
- < title > Dalfox</ title >
10
9
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap "> < link rel ='stylesheet ' href ='https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css '> < link rel ="stylesheet " href ="./style.css ">
10
+
11
+ < link rel ="shortcut icon " href ="/favicon.ico ">
12
+ < title > DalFox | Dalfox is a powerful open-source XSS scanner and utility focused on automation.</ title >
13
+ < meta property ="og:title " content ="DalFox " />
14
+ < meta property ="og:locale " content ="en_US " />
15
+ < meta name ="description " content ="Dalfox is a powerful open-source XSS scanner and utility focused on automation. " />
16
+ < meta property ="og:description " content ="Dalfox is a powerful open-source XSS scanner and utility focused on automation. " />
17
+ < link rel ="canonical " href ="https://dalfox.hahwul.com/ " />
18
+ < meta property ="og:url " content ="https://dalfox.hahwul.com/ " />
19
+ < meta property ="og:site_name " content ="DalFox " />
20
+ < meta property ="og:type " content ="website " />
21
+ < meta name ="twitter:card " content ="summary " />
22
+ < meta property ="twitter:title " content ="DalFox " />
23
+ < script type ="application/ld+json ">
24
+ { "@context" :"https://schema.org" , "@type" :"WebSite" , "description" :"Dalfox is a powerful open-source XSS scanner and utility focused on automation." , "headline" :"DalFox" , "name" :"DalFox" , "url" :"https://dalfox.hahwul.com/" } </ script >
25
+
26
+ < link rel ="alternate " type ="application/rss+xml " title ="DalFox " href ="https://dalfox.hahwul.com/feed.xml " />
27
+ </ head >
28
+
29
+
30
+ < body >
31
+
32
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/images/apple-touch-icon.png ">
33
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/images/favicon-32x32.png ">
34
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/images/favicon-16x16.png ">
35
+ < link rel ="manifest " href ="/images/site.webmanifest ">
36
+ < link rel ="mask-icon " href ="/images/safari-pinned-tab.svg " color ="#1e1e1f ">
37
+ < link rel ="shortcut icon " href ="/images/favicon.ico ">
38
+ < meta name ="msapplication-TileColor " content ="#1e1e1f ">
39
+ < meta name ="msapplication-config " content ="/images/browserconfig.xml ">
40
+ < meta name ="theme-color " content ="#000000 ">
41
+
11
42
< style >
12
43
/* Start Global Rules */
13
44
* {
55
86
}
56
87
/* End Global Rules */
57
88
58
- /* Start Landing Page */
59
- .landing-page header {
89
+ /* Start dalfox-landing Page */
90
+ .dalfox- landing-page header {
60
91
min-height : 80px ;
61
92
display : flex;
62
93
}
63
94
@media (max-width : 767px ) {
64
- .landing-page header {
95
+ .dalfox- landing-page header {
65
96
min-height : auto;
66
97
display : initial;
67
98
}
68
99
}
69
- .landing-page header .container {
100
+ .dalfox- landing-page header .container {
70
101
display : flex;
71
102
align-items : center;
72
103
justify-content : space-between;
73
104
}
74
105
@media (max-width : 767px ) {
75
- .landing-page header .container {
106
+ .dalfox- landing-page header .container {
76
107
flex-direction : column;
77
108
justify-content : center;
78
109
}
79
110
}
80
- .landing-page header .logo {
111
+ .dalfox- landing-page header .logo {
81
112
color : # aaaaaa ;
82
113
font-style : italic;
83
114
text-transform : uppercase;
84
115
font-size : 20px ;
85
116
}
86
117
@media (max-width : 767px ) {
87
- .landing-page header .logo {
118
+ .dalfox- landing-page header .logo {
88
119
margin-top : 20px ;
89
120
margin-bottom : 20px ;
90
121
}
91
122
}
92
- .landing-page header .links {
123
+ .dalfox- landing-page header .links {
93
124
display : flex;
94
125
align-items : center;
95
126
}
96
127
@media (max-width : 767px ) {
97
- .landing-page header .links {
128
+ .dalfox- landing-page header .links {
98
129
text-align : center;
99
130
gap : 10px ;
100
131
}
101
132
}
102
- .landing-page header .links li {
133
+ .dalfox- landing-page header .links li {
103
134
margin-left : 30px ;
104
135
color : # aaaaaa ;
105
136
cursor : pointer;
106
137
transition : .3s ;
107
138
}
108
139
@media (max-width : 767px ) {
109
- .landing-page header .links li {
140
+ .dalfox- landing-page header .links li {
110
141
margin-left : auto;
111
142
}
112
143
}
113
- .landing-page header .links li : last-child {
144
+ .dalfox- landing-page header .links li : last-child {
114
145
border-radius : 20px ;
115
146
padding : 10px 20px ;
116
147
color : # FFF ;
117
148
background-color : # 6c63ff ;
118
149
}
119
- .landing-page header .links li : not (: last-child ): hover {
150
+ .dalfox- landing-page header .links li : not (: last-child ): hover {
120
151
color : # 6c63ff ;
121
152
}
122
- .landing-page .content .container {
153
+ .dalfox- landing-page .content .container {
123
154
display : flex;
124
155
align-items : center;
125
156
justify-content : space-between;
126
157
gap : 140px ;
127
158
min-height : calc (100vh - 80px );
128
159
}
129
160
@media (max-width : 767px ) {
130
- .landing-page .content .container {
161
+ .dalfox- landing-page .content .container {
131
162
gap : 0 ;
132
163
min-height : calc (100vh - 101px );
133
164
justify-content : center;
134
165
flex-direction : column-reverse;
135
166
}
136
167
}
137
168
@media (max-width : 767px ) {
138
- .landing-page .content .info {
169
+ .dalfox- landing-page .content .info {
139
170
text-align : center;
140
171
margin-bottom : 15px
141
172
}
142
173
}
143
- .landing-page .content .info h1 {
174
+ .dalfox- landing-page .content .info h1 {
144
175
color : # aaaaaa ;
145
176
font-size : 44px ;
146
177
}
147
- .landing-page .content .info p {
178
+ .dalfox- landing-page .content .info p {
148
179
margin : 0 ;
149
180
line-height : 1.6 ;
150
181
font-size : 15px ;
151
182
color : # aaaaaa ;
152
183
}
153
- .landing-page .content .info button {
184
+ .dalfox- landing-page .content .info button {
154
185
border : 0 ;
155
186
border-radius : 20px ;
156
187
padding : 12px 30px ;
159
190
color : # FFF ;
160
191
background-color : # 6c63ff ;
161
192
}
162
- .landing-page .content .image img {
193
+ .dalfox- landing-page .content .image img {
163
194
max-width : 100% ;
164
195
}
165
- /* End Landing Page */
196
+ /* End dalfox-landing Page */
166
197
</ style >
167
198
</ head >
168
199
< body >
169
200
<!-- partial:index.partial.html -->
170
- <!-- Start Landing Page -->
171
- < div class ="landing-page ">
201
+ <!-- Start dalfox-landing Page -->
202
+ < div class ="dalfox- landing-page ">
172
203
< header >
173
204
< div class ="container ">
174
205
< a href ="/ " class ="logo "> < img src ="/images/logo-wide.png " style ="width: 120px; "> </ a >
@@ -191,7 +222,7 @@ <h1>🌙🦊 = XSS</h1>
191
222
</ div >
192
223
</ div >
193
224
</ div >
194
- <!-- End Landing Page -->
225
+ <!-- End dalfox-landing Page -->
195
226
<!-- partial -->
196
227
197
228
</ body >
0 commit comments