基隆市信義區孝東路136號3樓

This commit is contained in:
2022-08-16 07:18:07 +00:00
parent 85a5c1f579
commit d04c054cb3
5 changed files with 497 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="wrapper">
<div class="wel">
<h1>Welcome to Contree</h1>
</div>
<a class="btn" href="connect.html"><span>Wallet Connect</span></a>
<a class="btn1" href="https://web3.contree.io/howtowork/"><span>How To Work</span></a>
<a class="btn2" href="https://web3.contree.io"><span>About Us</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>