9 lines
154 B
HTML
9 lines
154 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Simple-Web-Server html-file</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
This is the content of index.html
|
||
|
|
</body>
|
||
|
|
</html>
|