Files
FH/WS24_25/WebTech/web-pruefung-projekt/aufgabe6/views/home.ejs
2025-02-04 20:42:51 +01:00

26 lines
387 B
Plaintext

<!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>