added gif

This commit is contained in:
itqop 2024-03-17 22:09:15 +03:00
parent 06e215ee53
commit 1d608202e2
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -1,4 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% load static %}
{% block title %}Page not found{% endblock %} {% block title %}Page not found{% endblock %}
@ -24,7 +25,8 @@
.four_zero_four_bg{ .four_zero_four_bg{
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); /* background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); */
background-image: url("{% static 'images/404-1.gif' %}");
height: 400px; height: 400px;
background-position: center; background-position: center;
} }