6 lines
290 B
PHP
Executable File
6 lines
290 B
PHP
Executable File
<div class="input-group">
|
|
<span class="input-group-text bg-light"><i class="fas fa-arrow-down text-muted"></i></span>
|
|
<input class="form-control text-center bg-light fw-bold" type="text" value="<?= format_N($primeMin); ?>" id="primeMin" NAME="primeMin" readonly>
|
|
</div>
|
|
|
|
|