zepio/public/index.html

21 lines
664 B
HTML
Raw Normal View History

2018-11-23 10:41:50 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
2018-11-26 12:06:38 -08:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet" />
2018-11-23 10:41:50 -08:00
<title>Zcash Reference Wallet</title>
2018-11-23 10:41:50 -08:00
</head>
<body>
2018-11-26 12:06:38 -08:00
<noscript> You need to enable JavaScript to run this app. </noscript>
2018-11-23 10:41:50 -08:00
<!-- React App Inject -->
<div id="root"></div>
<!-- End React App Inject -->
</body>
2018-11-26 12:06:38 -08:00
</html>