-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gaurav Tripathi
committed
Sep 24, 2023
1 parent
0cf2edd
commit ea961a7
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Live Crypto Price</title> | ||
</head> | ||
<body> | ||
<!-- TradingView Widget BEGIN --> | ||
<div class="tradingview-widget-container"> | ||
<div class="tradingview-widget-container__widget"></div> | ||
<div class="tradingview-widget-copyright"><a href="https://in.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div> | ||
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-crypto-coins-heatmap.js" async> | ||
{ | ||
"dataSource": "Crypto", | ||
"blockSize": "market_cap_calc", | ||
"blockColor": "change", | ||
"locale": "in", | ||
"symbolUrl": "", | ||
"colorTheme": "dark", | ||
"hasTopBar": false, | ||
"isDataSetEnabled": false, | ||
"isZoomEnabled": true, | ||
"hasSymbolTooltip": true, | ||
"width": "100%", | ||
"height": "650" | ||
} | ||
</script> | ||
</div> | ||
<!-- TradingView Widget END --> | ||
</body> | ||
</html> |