21 lines
534 B
HTML
21 lines
534 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="connect.css">
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="wel">
|
|
<h1>Connect Your Wallet</h1>
|
|
</div>
|
|
<a class="btn" href="menu.html"><span>Connect</span></a>
|
|
<a class="btn1" 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>
|