Added default GET-example
This commit is contained in:
parent
a2b9412371
commit
4c4ae6ac09
4 changed files with 98 additions and 14 deletions
8
web/index.html
Normal file
8
web/index.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Simple-Web-Server html-file</title>
|
||||
</head>
|
||||
<body>
|
||||
This is the content of index.html
|
||||
</body>
|
||||
</html>
|
||||
8
web/test.html
Normal file
8
web/test.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Simple-Web-Server html-file</title>
|
||||
</head>
|
||||
<body>
|
||||
This is the content of test.html
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue