diff --git a/index.html b/index.html index ce9620e..d2ce2c5 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,10 @@

Crypto Price Predictor

Predicted Price:

+
+

Track prices with our Telegram bot

+

@TrackCryptoPriceBot

+
diff --git a/script.js b/script.js index 8367ef1..edd74c9 100644 --- a/script.js +++ b/script.js @@ -26,6 +26,11 @@ const cryptoMap = { 'FIL': 'filecoin', 'NEAR': 'near', 'HBAR': 'hedera-hashgraph', + 'TON': 'toncoin', + 'SUI':'sui', + 'OP': 'optimism', + 'INJ': 'injective', + 'ARB': 'arbitrum', // Stablecoins 'DAI': 'dai', @@ -84,8 +89,20 @@ const cryptoMap = { 'BABYDOGE': 'baby-doge-coin', 'SAFEMOON': 'safemoon', 'ELON': 'dogelon-mars', + 'PEPE': 'memetic', + 'WIF': 'dogwithat', + 'BONK': 'bonk', + 'FLOKI': 'floki', // Add more symbols and tokens as needed + 'WETH': 'wrapped-ethereum', + 'MKR': 'maker', + 'BAL': 'balancer', + 'WLD': 'worldcoin', + 'OM': 'mantra-dao', + 'PHB': 'phoenix', + 'LISTA': 'lista', + 'RENDER': 'render', }; const cryptoInput = document.getElementById('crypto'); diff --git a/styles.css b/styles.css index 288ed7d..a303c82 100644 --- a/styles.css +++ b/styles.css @@ -219,3 +219,22 @@ h1, h2, h3 { word-wrap: break-word; } } + + + +#telegram-bot { + align-items: center; + display: flex; + flex-direction: column; + gap: 0.25rem; +} + +.bot-link{ + text-decoration: none; + color: #FFEB55; +} + +.bot-text{ + font-size: 1rem; + margin-block: 0px; +} \ No newline at end of file