Created
June 21, 2021 19:31
-
-
Save sayon-bitquery/3a01bf6fd21c3ad144b07e968b548c0e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <link rel="icon" href="https://test.bitquery.io/wp-content/uploads/2020/08/favicon.png" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <meta name="theme-color" content="#000000" /> | |
| <meta | |
| name="description" | |
| content="Web site integrated with TradingView and Bitquery" | |
| /> | |
| <link rel="apple-touch-icon" href="https://test.bitquery.io/wp-content/uploads/2020/08/favicon.png" /> | |
| <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | |
| <title>TradingView and Bitquery</title> | |
| <style> | |
| *{ | |
| align-items: center; | |
| text-align: center; | |
| font-family: 'Lucida Sans'; | |
| } | |
| body{ | |
| background-color: mediumslateblue; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1> | |
| TradingView & Bitquery charts section | |
| </h1> | |
| <script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script> | |
| <script src="./index.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment