Added default GET-example

This commit is contained in:
eidheim 2014-07-11 12:43:58 +02:00
commit 4c4ae6ac09
4 changed files with 98 additions and 14 deletions

8
web/index.html Normal file
View 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
View 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>