Skip to content

Commit

Permalink
Update index.html of bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed Dec 19, 2024
1 parent 0fcc462 commit da4f012
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
<html>
<head></head>

<body>
<h1>Bucket of utils</h1>
<ul>
<li>
PDF
<ul>
<li>
<a href="bucket_of_utils/pdf/add_title_to_first_page.html"
>Add title to first page of pdf</a
>
</li>
</ul>
</li>
<li>
QR
<ul>
<li>
<a href="bucket_of_utils/qr/index.html"
>Generate QR code for Wifi network</a
>
</li>
</ul>
</ul>
</body>
<head></head>

<body>
<h1>Bucket of utils</h1>
<ul>
<li>
PDF
<ul>
<li>
<a href="bucket_of_utils/pdf/add_title_to_first_page/index.html">Add title to first page of pdf</a>
</li>
<li>
<a disabled href="bucket_of_utils/pdf/split_pdf/index.html">Split pdf</a>
</li>
</ul>
</li>
<li>
QR
<ul>
<li>
<a href="bucket_of_utils/qr/index.html">Generate QR code for Wifi network</a>
</li>
</ul>
</ul>
</body>

</html>

0 comments on commit da4f012

Please sign in to comment.