mirror of
https://github.com/GOSTSec/gostcoin.i2p
synced 2025-03-12 13:21:28 +00:00
initial page
This commit is contained in:
commit
00cdd98962
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
23
index.html
Normal file
23
index.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<head>
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>COSTcoin</title>
|
||||||
|
<style>
|
||||||
|
body{background:#f7f7f7;text-align:center;font-family:monospace;padding:14px}
|
||||||
|
ul{list-style:none;display:inline-block;padding:0px}li{float:left}
|
||||||
|
li a{padding:12px;color:black;font-weight:bold;font-size:1.2em}
|
||||||
|
li::after{display:inline-block;height:1em;width:2px;background-color:black;content:""}
|
||||||
|
li:last-child::after{display:none}
|
||||||
|
.red{color:#af161a}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<img src="splash.png"><h1 class="red">GOST R 34.10 and GOST R 34.11-2012 based coin over I2P</h1>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/GOSTSec/gostcoin">wallet</a></li>
|
||||||
|
<li><a href="https://github.com/GOSTSec/cpuminer-x11-gost">CPU miner</a></li>
|
||||||
|
<li><a href="https://github.com/GOSTSec/ccminer">GPU miner</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
splash.png
Normal file
BIN
splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
x
Reference in New Issue
Block a user