a
This commit is contained in:
26
WS24_25/WebTech/web-pruefung-projekt/aufgabe6/views/home.ejs
Normal file
26
WS24_25/WebTech/web-pruefung-projekt/aufgabe6/views/home.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user