2018-03-01 08:05:56 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-03-06 08:52:55 +00:00
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
2018-03-02 16:53:50 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
|
|
<title>Multisig Safe</title>
|
2018-03-01 08:05:56 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
|
|
|
To begin the development, run `npm start`.
|
|
|
|
To create a production bundle, use `npm run build`.
|
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
</html>
|