Update blocks.html

This commit is contained in:
DJObleezy 2025-03-25 13:50:10 -07:00 committed by GitHub
parent 9c952135b8
commit b42fb2d16f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{% extends "base.html" %}
{% block title %}Bitcoin Blocks - Ocean.xyz Mining Dashboard{% endblock %}
{% block title %}Blocks - Ocean.xyz Mining Dashboard{% endblock %}
{% block css %}
<link rel="stylesheet" href="/static/css/blocks.css">
{% endblock %}
{% block header %}Bitcoin Blocks Monitor{% endblock %}
{% block header %}Blockchain Monitor{% endblock %}
{% block blocks_active %}active{% endblock %}