zepio/public/index.html

21 lines
570 B
HTML
Raw Normal View History

2018-11-23 10:41:50 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<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">
<title>Zcash Reference Wallet</title>
2018-11-23 10:41:50 -08:00
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<!-- React App Inject -->
<div id="root"></div>
<!-- End React App Inject -->
</body>
</html>