moved static folder in quiz-app for directory warning

This commit is contained in:
Grégory Lebreton 2024-04-09 10:48:56 +02:00
parent 8949a6ba42
commit 794bc7025c
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
/* Appliquer les polices aux éléments du document */
body {
font-family: 'Play'; /* Aladin pour le corps du document */
/* font-size: 1.5em; */
}
.button-link {
background: none;
border: none;
color: #497AA1;
text-decoration: underline;
cursor: pointer;
padding: 0;
font: inherit;
}

BIN
quiz-app/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
quiz-app/static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB