footer
This commit is contained in:
parent
f5a0cffc05
commit
f7629028f6
@ -74,6 +74,9 @@ foreach (scandir($SCANS_DIR) as $filename) {
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="ui footer segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -220,6 +220,9 @@ foreach (scandir($SCANS_DIR) as $filename) {
|
||||
<button type="submit" class="ui teal submit button">Démarrer</button>
|
||||
</form>
|
||||
</main>
|
||||
<footer class="ui footer segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</footer>
|
||||
|
||||
<datalist id='targetsList'>
|
||||
<option value="<?= $_SERVER['REMOTE_ADDR']; ?>/24"></option>
|
||||
|
@ -4,7 +4,8 @@ svg {
|
||||
}
|
||||
|
||||
.main.container {
|
||||
margin-top: 7em;
|
||||
padding-top: 7em;
|
||||
min-height: calc(100vh - 4.4285em - 2px);
|
||||
}
|
||||
|
||||
.tagify {
|
||||
|
@ -172,6 +172,11 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
|
||||
</tbody>
|
||||
</table>
|
||||
</main>
|
||||
|
||||
<footer class="ui footer segment">
|
||||
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
DataTable.ext.type.detect.unshift(function (d) {
|
||||
return /[\d]+\.[\d]+\.[\d]+\.[\d]+/.test(d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user