undo footer

This commit is contained in:
Adrien MALINGREY 2024-10-16 23:41:46 +02:00
parent ff18e2352c
commit 5e0985e7d6
6 changed files with 16 additions and 31 deletions

View File

@ -113,12 +113,8 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
</div>
</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 class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
<script>

View File

@ -78,12 +78,8 @@ 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 class="ui fixed footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
</body>

View File

@ -124,13 +124,9 @@ 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">
<div class="segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</div>
</div>
<footer class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
<script>

View File

@ -384,12 +384,8 @@ foreach (scandir($SCANSDIR) as $filename) {
</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 class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
<datalist id='targetsList'>

View File

@ -105,12 +105,8 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
<xsl:apply-templates select="host | $init/host[not(address/@addr=$current/host/address/@addr)][not(status/@state='down')]"/>
</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 class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
<script>

View File

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