update(footer): add gpl logo and informations
This commit is contained in:
parent
869f068057
commit
1d748b0fec
3 changed files with 16 additions and 1 deletions
|
@ -3,9 +3,14 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border: 3px solid;
|
border: 3px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:nth-child(even) {
|
tr:nth-child(even) {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
|
}
|
||||||
|
|
|
@ -25,6 +25,11 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<hr />
|
||||||
|
<footer>
|
||||||
|
<img src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" alt="logo GPL3" *>
|
||||||
|
<p>Ce site est en aucun cas affilié avec Bandcamp ou Spotify.</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
const spotifyText = document.createTextNode("Spotify");
|
const spotifyText = document.createTextNode("Spotify");
|
||||||
|
|
|
@ -19,5 +19,10 @@
|
||||||
<input type="submit" value="Envoyer" />
|
<input type="submit" value="Envoyer" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<hr />
|
||||||
|
<footer>
|
||||||
|
<img src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" alt="logo GPL3" *>
|
||||||
|
<p>Ce site est en aucun cas affilié avec Bandcamp ou Spotify.</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Reference in a new issue