Spaces:
Running
Running
Update src/templates/dashboard/setup.html
Browse files
src/templates/dashboard/setup.html
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
{% block extra_css %}
|
| 3 |
<style>
|
| 4 |
/* --- SETUP GUIDE BOX --- */
|
|
|
|
| 1 |
{% extends "base.html" %}
|
| 2 |
+
{% block title %}Setup Wizard - CryptoVAT{% endblock %}
|
| 3 |
+
{% block description %}Welcome to CryptoVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %}
|
| 4 |
+
{% block og_title %}Setup Wizard - CryptoVAT{% endblock %}
|
| 5 |
+
{% block og_description %}Welcome to CryptoVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %}
|
| 6 |
+
{% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %}
|
| 7 |
{% block extra_css %}
|
| 8 |
<style>
|
| 9 |
/* --- SETUP GUIDE BOX --- */
|