cn-py-serv/index.html
John Solntsev 7697b7463e Write log files to directory
Move index file to parent directory, remove template directory
2024-06-04 17:25:11 +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>