wallpaper
This commit is contained in:
parent
02687a7b2c
commit
6d4c579198
20
index.php
20
index.php
@ -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 {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
margin-right: 0 !important;
|
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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user