This commit is contained in:
2025-02-04 20:42:51 +01:00
parent 20c1401458
commit 9844efeaad
895 changed files with 113154 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>Image-App</title>
<meta charset="utf-8">
<style>
img {
width: 300px;
height: auto
}
body {
text-align: center;
}
</style>
</head>
<body>
<!-- Hier den Code ergaenzen -->
<a href="zurueck">Zurück</a> |
<a href="vor">Vor</a>
</body>
</html>