-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 3.99 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bitfishcoin - a speculative online game currency</title>
<meta name="description" content="Bitfishcoin is a speculative online game currency that can generate passive income for people.">
<link rel="icon" type="image/png" href="logo.png">
<link href="favicon.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="main.css">
<!-- <script type="text/javascript">function Mining(){var div0=document.getElementById("div0");var div1=document.getElementById("div1");var div2=document.getElementById("div2");var div3=document.getElementById("div3");var div4=document.getElementById("div4");div0.style.display='none';div1.style.display='block';div2.style.display='none';div3.style.display='none';div4.style.display='none'}function Smartnodes(){var div0=document.getElementById("div0");var div1=document.getElementById("div1");var div2=document.getElementById("div2");var div3=document.getElementById("div3");var div4=document.getElementById("div4");div0.style.display='none';div1.style.display='none';div2.style.display='block';div3.style.display='none';div4.style.display='none'}function Roadmap(){var div0=document.getElementById("div0");var div1=document.getElementById("div1");var div2=document.getElementById("div2");var div3=document.getElementById("div3");var div4=document.getElementById("div4");div0.style.display='none';div1.style.display='none';div2.style.display='none';div3.style.display='block';div4.style.display='none'}function WhitePaper(){var div0=document.getElementById("div0");var div1=document.getElementById("div1");var div2=document.getElementById("div2");var div3=document.getElementById("div3");var div4=document.getElementById("div4");div0.style.display='none';div1.style.display='none';div2.style.display='none';div3.style.display='none';div4.style.display='block'}</script> -->
</head>
<body>
<header class="panel-cover">
<div class="main">
<div class="main_inner panel-inverted">
<div class="main_content">
<a href="./" class="blog-button"><img id="loading-img" src="logo.png" width="100" class="panel-cover_logo logo"></a>
<h1 class="panel-cover_title panel-title">B I T F I S H C O I N</h1>
<hr class="panel-cover_divider">
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation_item"><a class="selected" href="./index.html">Home</a></li>
<li class="navigation_item"><a href="https://github.com/alfariqicrypto/bitfishcoin/releases" target="_blank">Wallet</a></li>
<li class="navigation_item"><a href="./mining.html">Mining</a></li>
<li class="navigation_item"><a href="./smartnodes.html">Smartnodes</a></li>
<li class="navigation_item"><a href="./whitepaper.html">WhitePaper</a></li>
<li class="navigation_item"><a href="https://explorer.bitfishcoin.cloud" target="_blank">Explorer</a></li>
</ul>
</nav>
</div>
<div class="cover_bg">
<p class="psa">
⚠️ First of all please encrypt your wallet.dat and backup to multiple places.
<br>
<br>
<br>● Bitfishcoin - BTSC
<br>● Bitfishcoin - Make Money From Trash
<br>● Bitfishcoin - a high risk speculative gaming coin
<br>● Bitfishcoin - Can Make You a Little Passive Income, or Lose Your Underpants
<br><br>
● Exchanges
<br>BTSC/DOGE <a href="https://www.xredx.org/market/btscdoge" target="_blank">https://www.xredx.org/market/btscdoge</a>
<br>BTSC/REDEV2 <a href="https://www.xredx.org/market/btscredev2" target="_blank">https://www.xredx.org/market/btscredev2</a>
</p>
</div>
</div>
</div>
</div>
</header>
<footer class="footer"><ul><li>Don't invest all your money in cryptocurrencies, especially altcoins and tokens!</li></ul></footer>
</body>
</html>