Skip to content

Commit 892fbcc

Browse files
save file
1 parent 8861bf3 commit 892fbcc

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

utils/github/download-a-directory-from-a-github-repository/v2.0/download-a-directory-from-a-github-repository-v2.0.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset=utf-8>
99

1010
<title>
11-
download github directory
11+
Download Github Directory
1212
</title>
1313

1414
<meta name=description content='Download any directory from a GitHub repository and create a ZIP file. Fast, lightweight tool for developers who want a copy of a specific folders without cloning the entire repo'>
@@ -211,6 +211,9 @@
211211
#help
212212
{line-height:32px;border-top:1px solid lightgray;margin-top:20px;padding-top:20px}
213213

214+
215+
.visually-hidden {position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0 0 0 0) !important;white-space:nowrap !important;border:0 !important}
216+
214217
</style>
215218

216219

@@ -219,8 +222,13 @@
219222
<body>
220223

221224
<github-hdr component=grp>
222-
<img style='top:0px;height:50px' class=title src='images/download-a-directory-from-a-github-repository.png'>
223-
<span slot=date>27 Aug 2025</span>
225+
<img style='top:0px;height:50px' class=title src='images/download-a-directory-from-a-github-repository.png' alt='Download Github Directory'>
226+
<h1 class=visually-hidden>
227+
Download Github Directory
228+
</h1>
229+
<time slot=date datatime=2025-08-27>
230+
27 Aug 2025
231+
</time>
224232
</github-hdr>
225233

226234

0 commit comments

Comments
 (0)