-
Notifications
You must be signed in to change notification settings - Fork 17
/
earn.html
36 lines (30 loc) · 1.36 KB
/
earn.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
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/responsive.css">
<meta name="theme-color" content="#f19e36" />
<link rel="icon" type="image/x-icon" href="./assets/favicon/favicon.ico">
</head>
<body class="earn">
<div class="haeder">
<a href="/notcoin">
<svg width="25px" height="25px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 11.9299H2" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.00009 19L2.84009 14C2.5677 13.7429 2.35071 13.433 2.20239 13.0891C2.05407 12.7452 1.97754 12.3745 1.97754 12C1.97754 11.6255 2.05407 11.2548 2.20239 10.9109C2.35071 10.567 2.5677 10.2571 2.84009 10L8.00009 5" stroke="#ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<!-- <h1>Notcoin</h1> -->
</div>
<div class="earn-more">
<img src="./assets/images/golden.png" width="80px">
<h3>Earn more coins</h3>
</div>
<div class="invite-bonus-box">
</div>
<script src="./assets/js/charge.js"></script>
</body>
</html>