mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-06-11 14:26:17 +00:00
Füge Konfigurationsdateien für Gatus, Mosquitto, Postgres und MeshDash hinzu; aktualisiere Moodle-Umgebungsvariablen und erstelle Webstack-Dokumentation
This commit is contained in:
13
webstack-task/app/index.html
Normal file
13
webstack-task/app/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user