footer
This commit is contained in:
parent
7aeb817c4c
commit
ff18e2352c
@ -115,8 +115,10 @@ 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">
|
||||
<div class="segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
|
@ -77,10 +77,13 @@ hiddenButton.onclick = (event) => {
|
||||
}
|
||||
</script>
|
||||
</main>
|
||||
|
||||
<footer class="ui bottom fixed menu">
|
||||
<div class="item">
|
||||
<div class="segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -127,8 +127,10 @@ 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">
|
||||
<div class="segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
|
@ -383,10 +383,13 @@ 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">
|
||||
<div class="segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<datalist id='targetsList'>
|
||||
|
@ -107,8 +107,10 @@ 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">
|
||||
<div class="segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
|
@ -5,7 +5,6 @@ svg {
|
||||
|
||||
.main.container {
|
||||
padding-top: 7em;
|
||||
min-height: calc(100vh - 4.4285em - 2px);
|
||||
}
|
||||
|
||||
.tagify {
|
||||
|
Reference in New Issue
Block a user