update(footer): add gpl logo and informations

This commit is contained in:
rick 2021-09-01 01:33:49 +02:00
parent 869f068057
commit 1d748b0fec
Signed by: Rick
GPG key ID: 2B593F087240EE99
3 changed files with 16 additions and 1 deletions

View file

@ -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;
}

View file

@ -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");

View file

@ -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>