safe-react/public/index.html
Mikhail Mikheev 3a86378d63
Feature #329: Rename to Multisig (#334)
* Rename to Multisig

* migration text fix

* replace safe for teams with multisig
2019-12-12 13:53:49 +04:00

14 lines
386 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>Gnosis Safe Multisig</title>
</head>
<body>
<div id="root"></div>
</body>
</html>