-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathindex.html
27 lines (27 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MetaMask SDK Deployment</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; }
h1 { color: #f45c00; }
ul { list-style-type: none; padding: 0; }
li { margin-bottom: 10px; }
a { color: #333333; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>MetaMask SDK Dapps</h1>
<h3>chore-remove-extension-terminate-accounts-changed</h3>
<ul>
<li><a href="pure-javascript/index.html">pure-javascript</a></li>
<li><a href="react-demo/build/index.html">react-demo</a></li>
<li><a href="vuejs/build/index.html">vuejs</a></li>
<li><a href="wagmi-demo-react/build/index.html">wagmi-demo-react</a></li>
<li><a href="with-web3onboard/build/index.html">with-web3onboard</a></li>
</ul>
</body>
</html>