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/prime-bigint.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/textbased-programms/prime-bigint.html b/textbased-programms/prime-bigint.html
index 5c59a22..aa6257e 100644
--- a/textbased-programms/prime-bigint.html
+++ b/textbased-programms/prime-bigint.html
@@ -8,8 +8,10 @@
 </head>
 <body>
 
-<code>Main Function</code>'s arguments: <input type="text" id="argv" name="argv" />
-<button name="run" id="run" >Rerun</button>
+<p class="description">Primzahl test</p>
+<label for="argv">Geben Sie eine natürliche Zahl ein!</label>
+<input type="text" id="argv" name="argv" />
+<button name="run" id="run" >OK</button>
 
 
 <pre id="text-output"></pre>

--
Gitblit v1.10.0