cn-py-serv/static/index.html
Иван Солнцев 887e8da01b Add functional to send static files
Add
- internal project file iterator function
- path function to locate user files (first allocate as static-files)
- primitive HTML page files for demonstrate server functional

Change
- Response class as iterator
- code for send response to client
2024-02-25 01:42:17 +03:00

10 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CatNet static file</title>
</head>
<body>
<h1>Static file has been loaded</h1>
<p>Static data</p>
</body>
</html>