zepio/public/index.html

31 lines
986 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=Roboto:300,400,700" rel="stylesheet" />
2019-01-02 10:49:11 -08:00
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" />
<style>
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance: textfield;
}
</style>
2018-11-23 10:41:50 -08:00
<title>ZEC 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
<div id="root"></div>
2018-12-19 05:50:08 -08:00
<div id="modal-root"></div>
2018-11-23 10:41:50 -08:00
</body>
2018-11-26 12:06:38 -08:00
</html>