Files
http-server/bin/www/subdir/index.html

16 lines
275 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>subdir</h1>
<img src="/robedude.png">
<img src="../robedude.png">
</body>
<h2>Form</h2>
<form method="POST">
<input type="text" placeholder="placeholder">
<button type="submit">Submit</button>
</form>
</html>