safe-react/public/index.html

14 lines
412 B
HTML
Raw Normal View History

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