Current section
Files
Jump to
Current section
Files
lib/templates/plug_static_ls_header.html.eex
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Index of <%= Plug.HTML.html_escape(basepath) %></title>
<style type="text/css">
img { border: 0; padding: 0 2px; vertical-align: text-bottom; }
td { font-family: monospace; padding: 2px 3px; text-align:left;
vertical-align: bottom; white-space: pre; }
td:first-child { text-align: left; padding: 2px 10px 2px 3px; }
table { border: 0; }
ul { font-family: monospace; }
</style>
<base href="<%= Plug.HTML.html_escape(basepath) %>">
</head>
<body>
<h1>Index of <%= Plug.HTML.html_escape(basepath) %></h1>
<hr>
<p><a href="<%= Plug.HTML.html_escape(basepath) %>/..">Parent Directory</a></p>
<ul>