Welcome to the official website of Somachain — The future of Somali blockchain innovation!
Visit the live site: https://somachain.github.io
This website is hosted with GitHub Pages.
To run this site, paste the following code in a file named index.html inside your repo:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Somachain - Official Site</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #111;
color: #fff;
text-align: center;
padding: 50px 20px;
}
h1 {
font-size: 3em;
color: #00d9ff;
}
p {
font-size: 1.2em;
max-width: 700px;
margin: 20px auto;
}
.btn {
display: inline-block;
margin-top: 30px;
padding: 15px 30px;
background-color: #00d9ff;
color: #000;
text-decoration: none;
font-weight: bold;
border-radius: 6px;
}
</style>
</head>
<body>
<h1>Somachain Coin</h1>
<p>Somachain is a revolutionary digital currency empowering the Somali economy with decentralized innovation. Buy low, sell high, and own your financial future.</p>
<a href="https://t.me/somachain" class="btn">Join Our Telegram</a>
</body>
</html>