Files
elo-rezept-rechner/src/templates/random.html
moerp dbb99ba47a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
elo
2024-04-16 18:56:59 +02:00

11 lines
335 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bildansicht</title>
</head>
<body style="margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh;">
<img src="../static/images/elo.jpg" alt="Elo Bild" style="max-width: 100%; max-height: 100%;">
</body>
</html>