Spaces:
Running
Running
Update src/templates/base.html
Browse files- src/templates/base.html +4 -4
src/templates/base.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 6 |
-
<title>{% block title %}
|
| 7 |
<meta name="description" content="{% block description %}Professional Crypto Volume Analysis Toolkit. Cross-market Spot/Futures analysis, tracking & automated data-driven PDF reporting.{% endblock %}">
|
| 8 |
<meta name="keywords" content="{% block keywords %}crypto, volume analysis, spot, futures, trading tool, VTMR, open interest, coinalyze, heisbuba{% endblock %}">
|
| 9 |
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<meta property="og:description" content="{% block og_description %}Track Spot & Futures volume like a pro. Detect whale movements and track VTMR data.{% endblock %}">
|
| 15 |
<meta property="og:url" content="https://cryptovat.hf.space{{ request.path }}">
|
| 16 |
<meta property="og:type" content="website">
|
| 17 |
-
<meta property="og:site_name" content="
|
| 18 |
|
| 19 |
<meta name="twitter:card" content="summary_large_image">
|
| 20 |
<meta name="twitter:site" content="@heisbuba">
|
|
@@ -386,7 +386,7 @@ input:focus { outline: none; border-color: var(--accent-green); }
|
|
| 386 |
<div class="header">
|
| 387 |
<h1>
|
| 388 |
<a href="{{ url_for('main.home') if session.get('user_id') else url_for('main.index') }}" style="display: flex; align-items: center; gap: 0;">
|
| 389 |
-
|
| 390 |
</a>
|
| 391 |
</h1>
|
| 392 |
<div style="display: flex; align-items: center; gap: 5px;">
|
|
@@ -445,7 +445,7 @@ input:focus { outline: none; border-color: var(--accent-green); }
|
|
| 445 |
<footer class="footer">
|
| 446 |
<p>
|
| 447 |
© <span id="year"></span>
|
| 448 |
-
<a href="{{ url_for('main.index') }}" title="Crypto Volume Analysis Toolkit">
|
| 449 |
Created by <a href="https://x.com/heisbuba" title="X @heisbuba" target="_blank">Buba</a> with Data curiosity. MIT Licensed.
|
| 450 |
</p>
|
| 451 |
</footer>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 6 |
+
<title>{% block title %}QuantVAT - Crypto Volume Analysis Toolkit{% endblock %}</title>
|
| 7 |
<meta name="description" content="{% block description %}Professional Crypto Volume Analysis Toolkit. Cross-market Spot/Futures analysis, tracking & automated data-driven PDF reporting.{% endblock %}">
|
| 8 |
<meta name="keywords" content="{% block keywords %}crypto, volume analysis, spot, futures, trading tool, VTMR, open interest, coinalyze, heisbuba{% endblock %}">
|
| 9 |
|
|
|
|
| 14 |
<meta property="og:description" content="{% block og_description %}Track Spot & Futures volume like a pro. Detect whale movements and track VTMR data.{% endblock %}">
|
| 15 |
<meta property="og:url" content="https://cryptovat.hf.space{{ request.path }}">
|
| 16 |
<meta property="og:type" content="website">
|
| 17 |
+
<meta property="og:site_name" content="QuantVAT">
|
| 18 |
|
| 19 |
<meta name="twitter:card" content="summary_large_image">
|
| 20 |
<meta name="twitter:site" content="@heisbuba">
|
|
|
|
| 386 |
<div class="header">
|
| 387 |
<h1>
|
| 388 |
<a href="{{ url_for('main.home') if session.get('user_id') else url_for('main.index') }}" style="display: flex; align-items: center; gap: 0;">
|
| 389 |
+
Quant<span>VAT</span>
|
| 390 |
</a>
|
| 391 |
</h1>
|
| 392 |
<div style="display: flex; align-items: center; gap: 5px;">
|
|
|
|
| 445 |
<footer class="footer">
|
| 446 |
<p>
|
| 447 |
© <span id="year"></span>
|
| 448 |
+
<a href="{{ url_for('main.index') }}" title="Quantitative Crypto Volume Analysis Toolkit">QuantVAT</a>.
|
| 449 |
Created by <a href="https://x.com/heisbuba" title="X @heisbuba" target="_blank">Buba</a> with Data curiosity. MIT Licensed.
|
| 450 |
</p>
|
| 451 |
</footer>
|