Skip to content

Commit 2afabbc

Browse files
authored
update not found image (#882)
1 parent e764bda commit 2afabbc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
2.07 MB
Loading

ocfweb/templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
height: 1000px;
1515
}
1616
</style>
17-
<img src="{% static 'img/404penguin.png' %}" alt="404 Penguin" style='height: 100%; width: 100%'/>
17+
<img src="{% static 'img/alt404waddles.png' %}" alt="404 Penguin" style='height: 100%; width: 100%'/>
1818
</div>
1919
{% endblock %}

0 commit comments

Comments
 (0)