Teil 19 Flask.

This commit is contained in:
Olli Graf
2023-07-21 12:15:49 +02:00
parent 63fee8c895
commit d6d3c54aa8
23 changed files with 976 additions and 38 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<title>Title von templates/index.html</title>
</head>
<body>
<p>
Hier steht der <strong>Text der Seite <em>{{counter}}</em></strong>
</p>
</body>
</html>