Skip to content

Commit bdfdf10

Browse files
committed
ok
1 parent 50e34cc commit bdfdf10

3 files changed

Lines changed: 30 additions & 11 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

sitemap.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

src/style.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)