-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 939 Bytes
/
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
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>Una gordita para Arellemi</title>
</head>
<body>
<header>
<div class="header-wrap">
<button class="connect">Select Wallet</button>
</div>
</header>
<main class="site-wrap">
<div class="main-content">
<h1>CONTRATEMOS UNA GORDITA PARA ARELLEMI</h1>
<img src="https://st3.depositphotos.com/1441511/37445/i/450/depositphotos_374454946-stock-photo-plus-size-model-fat-woman.jpg" alt="">
<div class="contribute">
<div class="progess-bar"></div>
<span class="goal"> $0 / $1500</span>
<form>
<input type="number" placeholder="Ingresa USDC" min="0">
<button type="submit" disabled>CONTRIBUIR</button>
</form>
</div>
</div>
</main>
</body>
</html>