Skip to content

Commit

Permalink
feat: added mmi logo for the metamerge project (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolive authored Feb 24, 2023
1 parent b7ac8a9 commit 17a6c31
Show file tree
Hide file tree
Showing 4 changed files with 866 additions and 3 deletions.
10 changes: 7 additions & 3 deletions demo/src/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="stylesheet" type="text/css" href="./style.css" />
<title>MetaMask Logo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta charset=utf-8>
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
name="viewport"
/>
<meta charset="utf-8" />
</head>
<body>
<p>Try these demos.</p>
Expand All @@ -16,6 +19,7 @@
<li><a href="./fade/index.html">fade</a></li>
<li><a href="./beta/index.html">beta</a></li>
<li><a href="./flask/index.html">flask</a></li>
<li><a href="./mmi/index.html">mmi</a></li>
</ol>
</body>
</html>
14 changes: 14 additions & 0 deletions demo/src/mmi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../style.css">
<title>---</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta charset=utf-8>
</head>
<body>
<div></div>
<script src="bundle.js"></script>
<p>Press C to copy the SVG text of the image.</p>
</body>
</html>
Loading

0 comments on commit 17a6c31

Please sign in to comment.