add giphy logo

This commit is contained in:
Simon Vieille 2021-04-28 15:03:47 +02:00
parent 8dcc696595
commit d4721d60bf
2 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -80,6 +80,15 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
display: inline-block;
text-decoration: none;
}
#giphy-logo {
width: 200px;
height: 42px;
background: url({{ asset('build/images/giphy-logo.png') }});
position: absolute;
bottom: 10px;
right: 10px;
}
</style>
<title>Erreur {% block code %}{% endblock %}</title>
</head>
@ -100,6 +109,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
</div>
</div>
<div id="giphy-logo"></div>
<script>
const giphy = {
baseURL: 'https://api.giphy.com/v1/gifs/',