Skip to content

Commit ffb8893

Browse files
Update index.html
1 parent f1bebe3 commit ffb8893

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

webapps/gofile.io/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
<html lang="en">
33
<head>
44

5-
<details>
6-
<summary>Gofile.io Cloudflare Worker Index</summary>
7-
<p>This web app indexes all files and folders from Gofile.io using Cloudflare Workers. It supports multi-threaded downloading, pause/resume features, improved stability, and increased speed. Designed by Developer Anaz, it's perfect for fast and reliable file management online.</p>
8-
</details>
5+
96
<meta charset="UTF-8" />
107
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
118
<title>GoFile Code Generator</title>
129
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
10+
11+
12+
<details>
13+
<summary>Gofile.io Cloudflare Worker Index</summary>
14+
<p>This web app indexes all files and folders from Gofile.io using Cloudflare Workers. It supports multi-threaded downloading, pause/resume features, improved stability, and increased speed. Designed by Developer Anaz, it's perfect for fast and reliable file management online.</p>
15+
</details>
1316
<style>
1417
:root {
1518
--primary: #00ffd5;

0 commit comments

Comments
 (0)