-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 1.71 KB
/
index.html
File metadata and controls
45 lines (43 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Crypto Eyeshot</title>
<link rel="stylesheet" href="style.css" />
<script defer src="script.js"></script>
</head>
<body>
<main class="main">
<header class="header">
<div class="logo">
<img
src="https://aayusharyan.github.io/cryptoview-project/assets/images/logo.png"
alt=""
/>
CryptoEyeShot
</div>
<div>
<a href="search.html" class="search-page">
<div>
Search Cryptos
</div>
</a>
</div>
</header>
<section class="page-detail-container">
<div class="page-description">
A platform to view information about all cryptocurrencies live.<br>
<br>
<p>Cryptocurrency Live is a comprehensive platform that provides real-time information about all cryptocurrencies in the market. Users can access live data on the current prices, market capitalization, trading volume, and historical price trends of various cryptocurrencies. The platform also offers detailed information about each cryptocurrency, including its technology, use case, development team, and community support.</p>
</div>
<div class="svg-container">
<img src="https://assets-global.website-files.com/646c7acd0fa6479e8c2d9e1e/64a561410b76b15e42368034_Infographic.svg" alt="">
</div>
</section>
<section class="top-coins-container">
</section>
<footer class="footer">©CryptoEyeShot | Developed by Aadarsh Raj | AryaCoding</footer>
</main>
</body>
</html>