From 88bf64f34f369bea241af93866e1a0d845e12b9a Mon Sep 17 00:00:00 2001
From: Tobias Jordine <jordine@hdm-stuttgart.de>
Date: Mon, 9 May 2022 17:58:50 +0200
Subject: [PATCH] Vorlesung 09.05.2022

---
 docker/html-dir/index.html | 2 ++
 website/index.html         | 1 +
 2 files changed, 3 insertions(+)

diff --git a/docker/html-dir/index.html b/docker/html-dir/index.html
index e2febd7..7e7f545 100644
--- a/docker/html-dir/index.html
+++ b/docker/html-dir/index.html
@@ -6,5 +6,7 @@
 </head>
 <body>
     <h1>Hello SE3!</h1>
+    Test, Test! <br>
+    Content, Content
 </body>
 </html>
\ No newline at end of file
diff --git a/website/index.html b/website/index.html
index 1950d4b..5750f0e 100644
--- a/website/index.html
+++ b/website/index.html
@@ -58,6 +58,7 @@
         <li><a href="https://bigbluebutton.hdm-stuttgart.de/playback/presentation/2.3/cf93de2bb79bc2a9a9374f2f59a28fe89d96716b-1648475595746" target="_blank">28.03.: Software-Architektur</a></li>
         <li><a href="https://bigbluebutton.hdm-stuttgart.de/playback/presentation/2.3/cf93de2bb79bc2a9a9374f2f59a28fe89d96716b-1649080435769" target="_blank">04.04.: git, Dokumentation, Clean Code</a></li>
         <li><a href="https://bigbluebutton.hdm-stuttgart.de/playback/presentation/2.3/cf93de2bb79bc2a9a9374f2f59a28fe89d96716b-1649685539608" target="_blank">11.04.: Build Management, Testing</a></li>
+        <li><a href="https://bigbluebutton.hdm-stuttgart.de/playback/presentation/2.3/cf93de2bb79bc2a9a9374f2f59a28fe89d96716b-1652104628101" target="_blank">09.05.: Container</a></li>
     </ul>
 
     <h3>QR-Code zu dieser Seite</h3>
-- 
GitLab