mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-06-11 22:26:53 +00:00
14 lines
346 B
HTML
14 lines
346 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Webstack Task</title>
|
|
</head>
|
|
<body>
|
|
<h1>Webstack Task</h1>
|
|
<p>Wenn du das siehst, liefert Nginx aus.</p>
|
|
<p><a href="/index.php">PHP-Test öffnen</a></p>
|
|
</body>
|
|
</html>
|