forked from bitpay/bitcore-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 1023 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
<html>
<head>
<meta http-equiv="refresh" content="0; url=./app" />
<title>Bitcore Playground</title>
<meta name="description" content="Interactively learn the fundamentals of Bitcoin using the Bitcore JavaScript library.">
<meta property="og:type" content="website">
<meta property="og:title" content="Bitcore Playground">
<meta property="og:url" content="http://bitcore.io/playground/">
<meta property="og:site_name" content="Bitcore">
<meta property="og:description" content="Bitcore Playground: Interactively learn the fundamentals of Bitcoin.">
<meta property="og:image" content="img/lava-ball-social.png">
<meta name="twitter:site" content="@bitpay">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Bitcore Playground">
<meta name="twitter:description" content="Bitcore Playground: Interactively learn the fundamentals of Bitcoin">
<meta name="twitter:image" content="http://bitcore.io/playground/img/lava-ball-social.png">
</head>
<body></body>
</html>