-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (32 loc) · 1007 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BTC Price Checker</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<h1>BITCOIN PRICE CHECKER</h1>
<h3><strong>Display of the Bitcoin current price against 3 major currencies:USD,EUR,GBP.</strong></h3>
</header>
<main>
<section id="forimage">
<img src="https://www.dropbox.com/s/8affubv2s0756j1/bitcoin-3890350_1280.jpg?dl=1">
</section>
<section id="dollar">
</section>
<section id="stirling">
</section>
<section id="euro">
</section>
</main>
<footer></footer>
</div>
</body>
<script src="script.js">
</script>
</html>