From 0079221776106e3ca91076938e80d37e38eacc29 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Fri, 17 Oct 2025 07:01:14 +0200
Subject: [PATCH] 1. Vorlesung

---
 textbased-programms/triangle-star.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/textbased-programms/triangle-star.html b/textbased-programms/triangle-star.html
index 4f3f499..23cb3d6 100644
--- a/textbased-programms/triangle-star.html
+++ b/textbased-programms/triangle-star.html
@@ -7,11 +7,13 @@
 	<link rel="stylesheet" href="dfhi.css" />
 </head>
 <body>
-
+<p class="description">Programm zum Ausgeben eines Dreiecks aus <code>*</code></p>
+<p class="description">
+    Geben Sie die Anzahl der Zeile ein (z.B. 6)!
+</p>
 <code>main</code>'s arguments: <input type="text" id="argv" name="argv" />
 <button name="run" id="run" >Rerun</button>
 
-
 <pre id="text-output"></pre>
 <script type="module" src="triangle-star.js"></script>
 

--
Gitblit v1.10.0