Files
pythonkurs/flask/renderhtml/templates/index.html
2023-06-08 19:26:49 +02:00

15 lines
216 B
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<title>Title von templates/index.html</title>
</head>
<body>
<p>
Ich bin der <strong>Seiteninhalt <em>23</em></strong>
</p>
</body>
</html