From 47c34cd6259b4d16335582ee67c697f152ef02ec Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 22:26:03 +0300 Subject: [PATCH] Edit gif 404 --- rumine/templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rumine/templates/404.html b/rumine/templates/404.html index dd21702..67dc90e 100644 --- a/rumine/templates/404.html +++ b/rumine/templates/404.html @@ -25,8 +25,8 @@ .four_zero_four_bg{ - /* background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); */ - background-image: url("{% static 'images/404-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; background-position: center; }