cn-py-serv/static/index.html
Иван Солнцев a4f7411e10 Add more debug messages
- Move log initialization to config file;
- Add meta tag for charset to index file.
2024-07-03 14:06:19 +03:00

11 lines
224 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>CatNet static file</title>
</head>
<body>
<h1>Static file has been loaded</h1>
<p>Static data</p>
</body>
</html>