Skip to content

Commit

Permalink
deploy: d91128c
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 6, 2024
1 parent 2d3569f commit 5038d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def generate_index_html(directories, output_file):


# Specify the directories to list
directories_to_list = ["files"]
directories_to_list = ["images", "vector"]
# Specify the output HTML file
output_html_file = "index.html"

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body>
<h1>Directory Listing</h1>
<ul>

<li><strong>images</strong></li><ul><li><a href="images/maplibre-tutorials.png">maplibre-tutorials.png</a></li></ul><li><strong>vector</strong></li><ul><li><a href="vector/Mean_age_of_women_at_first_marriage_in_2019.geojson">Mean_age_of_women_at_first_marriage_in_2019.geojson</a></li></ul>
</ul>
</body>
</html>

0 comments on commit 5038d8d

Please sign in to comment.