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">
|
<footer class="ui bottom fixed menu">
|
||||||
<div class="item">
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
@ -77,9 +77,12 @@ hiddenButton.onclick = (event) => {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="ui bottom fixed menu">
|
<footer class="ui bottom fixed menu">
|
||||||
<div class="item">
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
@ -124,10 +124,12 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="ui bottom fixed menu">
|
<footer class="ui bottom fixed menu">
|
||||||
<div class="item">
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
@ -383,9 +383,12 @@ foreach (scandir($SCANSDIR) as $filename) {
|
|||||||
<button type="submit" class="ui teal submit button">Démarrer</button>
|
<button type="submit" class="ui teal submit button">Démarrer</button>
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="ui bottom fixed menu">
|
<footer class="ui bottom fixed menu">
|
||||||
<div class="item">
|
<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>
|
</div>
|
||||||
</footer>
|
</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">
|
<footer class="ui bottom fixed menu">
|
||||||
<div class="item">
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user