footer
This commit is contained in:
parent
7aeb817c4c
commit
ff18e2352c
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user