fixed title on coin live and added ul on index.html
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 4m22s
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 4m22s
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>XRP Price Live Chart</h1>
|
||||
<h1>{{coin}} Price Live Chart</h1>
|
||||
<div class="chart-container">
|
||||
<canvas id="priceChart"></canvas>
|
||||
</div>
|
||||
@ -120,4 +120,4 @@
|
||||
setInterval(updateChart, 5000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user