fileUpload/tpl/share.html
<!DOCTYPE html >
<html lang="en">
<head>
<title>Condivisione file</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="/js/jquery.min.js"></script>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<script src="/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container " style="margin-top:10px">
<h2>Condivisione file</h2>
<a href="/share" style="margin-bottom:10px;margin-top:20px" type="button" class="btn btn-secondary">Home</a>
<a href="/" style="margin-bottom:10px;margin-top:20px" type="button" class="btn btn-secondary">Carica file</a>
<ul class="list-group list-group-flush card " >
<li class="list-group-item"><strong style="color: #4D4D4D">{currDir}</strong></li>
<li class="list-group-item"><a class="btn btn-outline-secondary" style="font-size:18px" href="{parentDir}"><strong>.. su </strong></a></li>
{line}
</ul>
</div>
</body>
</html>