This commit is contained in:
Adrien MALINGREY 2024-10-16 23:38:20 +02:00
parent 7aeb817c4c
commit ff18e2352c
6 changed files with 18 additions and 7 deletions

View File

@ -115,7 +115,9 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
<footer class="ui bottom fixed menu">
<div class="item">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
<div class="segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</div>
</div>
</footer>

View File

@ -77,9 +77,12 @@ hiddenButton.onclick = (event) => {
}
</script>
</main>
<footer class="ui bottom fixed menu">
<div class="item">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
<div class="segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</div>
</div>
</footer>
</body>

View File

@ -124,10 +124,12 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
</tbody>
</table>
</main>
<footer class="ui bottom fixed menu">
<div class="item">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
<div class="segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</div>
</div>
</footer>

View File

@ -383,9 +383,12 @@ foreach (scandir($SCANSDIR) as $filename) {
<button type="submit" class="ui teal submit button">Démarrer</button>
</form>
</main>
<footer class="ui bottom fixed menu">
<div class="item">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
<div class="segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</div>
</div>
</footer>

View File

@ -107,7 +107,9 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
<footer class="ui bottom fixed menu">
<div class="item">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
<div class="segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</div>
</div>
</footer>

View File

@ -5,7 +5,6 @@ svg {
.main.container {
padding-top: 7em;
min-height: calc(100vh - 4.4285em - 2px);
}
.tagify {