chrome-nginx-json-autoindex.../mount-info.html

28 lines
520 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Nginx JSON autoindex Mount Info</title>
<link rel="stylesheet" href="sakura.css" type="text/css">
</head>
<body>
<h1>Mount options</h1>
<form id="mount-info-form">
<label for="mount-name">Mount name:</label>
<input id="mount-name" type="text" required />
<br />
<label for="mount-url">Root URL:</label>
<input id="mount-url" type="url" required />
<br />
<button type="submit">Mount</button>
</form>
<script src="mount-info.js"></script>
</body>
</html>