Files
Python-for-Geeks/Chapter10/webapps/static/app3_s.html
T
2021-06-30 12:36:33 +04:00

10 lines
164 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello</title>
</head>
<body>
<h1> Hello World from a static file </h1>
</body>
</html>