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 rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
2019-12-12 09:53:49 +00:00
|
|
|
<title>Gnosis Safe Multisig</title>
|
2018-03-01 08:05:56 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|