File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,9 +111,6 @@ <h1>G F <span>D</span></h1>
111111 </ header >
112112
113113 < main >
114- < div class ="fix ">
115- < p > < strong > ⚠</ strong > : before start see < a href ="/wiki/ "> wiki</ a > firstly</ p >
116- </ div >
117114 < div class ="input-card ">
118115 < div class ="url-input-wrapper ">
119116 < span class ="material-icons input-icon "> add_link</ span >
@@ -140,6 +137,9 @@ <h1>G F <span>D</span></h1>
140137 < input type ="number " id ="max-limit " placeholder ="All " min ="1 " style ="padding-left: 5px; "
141138 title ="Enter the maximum number of files to download ">
142139 </ div >
140+ < div class ="fix ">
141+ < p > < strong > ⚠</ strong > : before start see < a href ="/wiki/ "> wiki</ a > firstly</ p >
142+ </ div >
143143 </ div >
144144
145145 < div class ="action-area ">
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <urlset
3+ xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xsi : schemaLocation =" http://www.sitemaps.org/schemas/sitemap/0.9
6+ http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" >
7+ <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8+
9+
10+ <url >
11+ <loc >https://gitfolderdownloader.github.io/</loc >
12+ <lastmod >2026-01-21T19:48:52+00:00</lastmod >
13+ <priority >1.00</priority >
14+ </url >
15+ <url >
16+ <loc >https://gitfolderdownloader.github.io/wiki/</loc >
17+ <lastmod >2026-01-21T19:48:52+00:00</lastmod >
18+ <priority >0.80</priority >
19+ </url >
20+
21+
22+ </urlset >
Original file line number Diff line number Diff line change @@ -202,14 +202,11 @@ main {
202202}
203203
204204.fix {
205- position : fixed;
206- top : 60% ;
207- right : 50% ;
208- transform : translate (50% );
209- font-size : 20px ;
210- color : var (--text-sec );
211- text-transform : capitalize;
212- text-decoration : none;
205+ text-align : center;
206+ font-size : 20px ;
207+ color : var (--text-sec );
208+ text-transform : capitalize;
209+ text-decoration : none;
213210}
214211
215212.fix p a {
You can’t perform that action at this time.
0 commit comments