-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Typed Domain || BTC Price index</title>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap" rel="stylesheet" />
</head>
<body>
<span class="logo"></span>
<div id="app"></div>
<script type="module" src="src/index.ts"></script>
<span class="footer"
><a
href="https://www.freepik.es/vector-gratis/diseno-moderno-amarillo-bitcoin_1209454.htm#query=bitcoin%20logo&position=11&from_view=keyword&track=ais"
>BTC logo by starline</a
>
from Freepik ==
<span>
Getting the current price of Bitcoin in USD from the
<a href="https://www.coindesk.com/price/bitcoin">CoinDesk Price Index</a>. === Build by
<a href="https://github.com/davecarter">DaveCarter™</a>.
</span>
</span>
</body>
</html>