-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (83 loc) · 2.26 KB
/
index.html
File metadata and controls
84 lines (83 loc) · 2.26 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yoctominute Network</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
margin: 0;
padding: 0;
background-color: #0c0c0c;
color: #fff;
}
header {
background-color: #1a1a1a;
padding: 1rem 2rem;
text-align: center;
}
header h1 {
color: #00ffe0;
}
.section {
padding: 2rem;
}
.section h2 {
color: #00ffe0;
margin-bottom: 1rem;
}
.cta {
background-color: #222;
padding: 2rem;
text-align: center;
}
.cta button {
background-color: #00ffe0;
color: #000;
padding: 1rem 2rem;
border: none;
font-weight: bold;
font-size: 1.1rem;
border-radius: 8px;
cursor: pointer;
}
footer {
background-color: #1a1a1a;
text-align: center;
padding: 1rem;
font-size: 0.9rem;
}
</style>
</head>
<body>
<header>
<h1>Yoctominute Network</h1>
<p>"Waktu adalah Uang" - Revolusi Ekonomi Digital Berbasis Waktu</p>
</header>
<section class="section">
<h2>Tentang Kami</h2>
<p>Yoctominute Network adalah proyek blockchain visioner yang mengubah cara kita memahami waktu dan nilainya. Dengan filosofi "time is money", Yoctominute menggabungkan satuan waktu terkecil (yoctodetik) ke dalam sistem ekonomi digital berbasis blockchain yang adil dan futuristik.</p>
</section>
<section class="section">
<h2>Fitur Utama</h2>
<ul>
<li>Total pasokan terstruktur berdasarkan waktu 1 abad</li>
<li>Satuan terkecil: <strong>Myca</strong></li>
<li>Staking Gravity Relativitas (14 Dimensi)</li>
<li>Tokenomik cerdas: 50% staking, 50% ekosistem</li>
<li>Dukungan pengembangan dApp melalui Yocto Finance</li>
</ul>
</section>
<section class="cta">
<h2>Unduh Proposal & Whitepaper</h2>
<p>Pelajari lebih lanjut tentang Yoctominute Network dan potensi investasinya.</p>
<a href="Proposal_Yoctominute_Complete.zip" download>
<button>Unduh Sekarang</button>
</a>
</section>
<footer>
© 2025 Yoctominute Network. Pencetus: Nurohman (neuroyoctobit)
</footer>
</body>
</html>