From 82e1b74aee360580be86cc982a2d70484bb05c27 Mon Sep 17 00:00:00 2001 From: dongho Date: Sat, 21 Dec 2024 16:13:29 +0000 Subject: [PATCH] fixed title on coin live and added ul on index.html --- templates/coin.html | 4 ++-- templates/index.html | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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 +