1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

LibWeb: Use directory page when viewing a resource schemed directory URL

This commit is contained in:
Bastiaan van der Plaat 2023-12-26 10:12:35 +01:00 committed by Tim Flynn
parent b39d99cf2f
commit f8feca5d21
4 changed files with 28 additions and 18 deletions

View file

@ -43,7 +43,7 @@
<span class="folder" style="width: 24px; height: 24px;"></span>
<h1>Index of @path@</h1>
</header>
<p><a href="file://@parent_path@"><span class="open-parent"></span>Open Parent Directory</a></p>
<p><a href="@parent_url@"><span class="open-parent"></span>Open Parent Directory</a></p>
<hr>
@contents@
<hr>