This commit is contained in:
laneytw 2022-08-16 07:18:58 +00:00
parent d04c054cb3
commit 376b8c8d75

25
menu.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="menu.css">
</head>
<body>
<div class="wrapper">
<div class="wel">
<h1>Set Up</h1>
</div>
<div class="walletaddress">
<p>已登入 Ethereum Mainnet : 0xdCc52b30a136C7d9201B4eA11C57D0685f225F93</p>
</div>
<a class="btn" href="#"><span>Bind Line</span></a>
<a class="btn1" href="#"><span>Unblind Line</span></a>
<a class="btn2" href="https://web3.contree.io"><span>Blind Contree App</span></a>
<a class="btn3" href="index.html"><span>Go Index</span></a>
<div class="cat">
<img src="https://web3.contree.io/wp-content/uploads/2022/07/cropped-cropped-ego-2048x296.png" />
</div>
</div>
</body>
</html>