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:
parent
b39d99cf2f
commit
f8feca5d21
4 changed files with 28 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue