-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg>" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<meta
name="description"
content="In today's social media-driven world, monitoring the buzz around a cryptocurrency can be a valuable indicator of its popularity. This tool provides real-time data on the number of tweets and retweets for the top cryptocurrencies. The more people are talking about a cryptocurrency, the more likely it is to be trending. Staying informed about trending cryptocurrencies can give you a crucial edge in this fast-paced market. Use this tool to enhance your decision-making and stay ahead of the curve." />
<meta name="keywords" content="cryptocurrency, crypto, bitcoin, ethereum, litecoin, ripple, xrp, eos, neo, stellar, cardano, tron, iota, monero, dash, nem, vechain, binance" />
<meta name="author" content="Scott Kennedy" />
<title>Crypto Tweets: Track Popularity of Your Favorite Cryptocurrencies</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>