wallpaper

This commit is contained in:
Adrien MALINGREY 2025-02-04 16:19:25 +01:00
parent 02687a7b2c
commit 6d4c579198

View File

@ -9,13 +9,18 @@
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.3/dist/semantic.min.css" /> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.3/dist/semantic.min.css" />
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<style> <style>
body > .grid { body {
height: 100%; background-image: url(bg.jpg);
} background-size: cover;
}
.logo { body > .grid {
margin-right: 0 !important; height: 100%;
} }
.logo {
margin-right: 0 !important;
}
</style> </style>
</head> </head>
@ -50,11 +55,8 @@ if (file_exists($SCANSDIR)) {
<i class="satellite dish icon"></i>Scanner <i class="satellite dish icon"></i>Scanner
</button> </button>
</div> </div>
</form>
<div class="ui inverted segment">
<a href="options.php">Options avancées</a> <a href="options.php">Options avancées</a>
</div> </form>
</div> </div>
</div> </div>