mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 22:53:41 +01:00
17 lines
256 B
PHP
Executable File
17 lines
256 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Fotogalerie - Foto 1.jpg</title>
|
|
</head>
|
|
<body>
|
|
<h1>Foto 1.jpg</h1>
|
|
<p>
|
|
<img src="fotos/1.jpg" alt="1.jpg">
|
|
</p>
|
|
<p>
|
|
<a href="index.php">Zurück</a>
|
|
</p>
|
|
</body>
|
|
</html>
|