Add testfiles to serve
This commit is contained in:
16
bin/www/subdir/index.html
Normal file
16
bin/www/subdir/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user