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-function.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/textbased-programms/prime-bigint-function.html b/textbased-programms/prime-bigint-function.html index 73e1ebc..0b41630 100644 --- a/textbased-programms/prime-bigint-function.html +++ b/textbased-programms/prime-bigint-function.html @@ -7,9 +7,10 @@ <link rel="stylesheet" href="dfhi.css" /> </head> <body> - -<code>main</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