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 {
|
||||
border: 3px solid;
|
||||
border: 3px solid white;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
|
|
@ -25,6 +25,11 @@
|
|||
</tr>
|
||||
</table>
|
||||
</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>
|
||||
<script>
|
||||
const spotifyText = document.createTextNode("Spotify");
|
||||
|
|
|
@ -19,5 +19,10 @@
|
|||
<input type="submit" value="Envoyer" />
|
||||
</form>
|
||||
</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>
|
||||
<html>
|
||||
|
|
Loading…
Reference in a new issue