diff --git a/templates/coin.html b/templates/coin.html index f0a5747..730776d 100644 --- a/templates/coin.html +++ b/templates/coin.html @@ -31,7 +31,7 @@
-

XRP Price Live Chart

+

{{coin}} Price Live Chart

@@ -120,4 +120,4 @@ setInterval(updateChart, 5000); - \ No newline at end of file + diff --git a/templates/index.html b/templates/index.html index 3e66aa1..9b526e7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,12 +21,18 @@
-

Interested Coints Live Chart

+

Interested Coin Price Live Chart

    {% for coin in coins %}
  • {{coin}}
  • {% endfor %}
+

Interested Coin Price Candle Live Chart

+
    + {% for coin in coins %} +
  • {{coin}}
  • + {% endfor %} +
@@ -38,4 +44,4 @@ // Add your JavaScript here - \ No newline at end of file +