Add testfiles to serve

This commit is contained in:
2019-06-30 10:01:08 +02:00
parent 4d90d18660
commit c63e5a8523
13 changed files with 143 additions and 4 deletions

16
bin/www/subdir/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!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>