Remove the all folder in place of an all.html file. Create a main page which provides the output of it.

This commit is contained in:
2025-05-27 10:51:41 -07:00
parent e13a1633dd
commit 55742e50db
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,9 @@
# Hyperling.com - files/photos/
Used by `http://localhost:8080/photos` to build albums for sharing.
## index.html
Used by `http://localhost:8080/photos` to build and show list of albums.
## all.html
Used by `http://localhost:8080/photos-all` to show all albums at once.

View File

@ -1,3 +0,0 @@
# Hyperling.com - files/photos/all/
Used by `http://localhost:8080/photos` to show all albums at once.