-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlegacy.html
More file actions
91 lines (91 loc) · 2.9 KB
/
legacy.html
File metadata and controls
91 lines (91 loc) · 2.9 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
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" href="/img/ship.png" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<title>RazorLove Services</title>
</head>
<body>
<header>
<h1>RazorLove</h1>
<nav class="home">
<ul>
<li><a href="/">RazorLove</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/currencies.html">Currencies</a></li>
<li><a href="/legacy.html">Legacy</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="https://github.com/RazorLove">GitHub</a></li>
<li><a href="irc://irc.freenode.net/RazorLove">IRC</a></li>
</ul>
</nav>
</header>
<br/>
<div class="container">
<div id="templates">
<h2>Currency Templates</h2>
<br/>
<section id="foocoin">
<aside>
<h3><a href="https://github.com/razorlove-legacy/foocoin">Foocoin</a></h3>
</aside>
<article>
<p>The original cryptocurrency template. (Litecoin)</p>
<p>Scrypt Proof of Work design</p>
</article>
</section>
<br/>
<section id="fuhcoin">
<aside>
<h3><a href="https://github.com/razorlove-legacy/fuhcoin">Fuhcoin</a></h3>
</aside>
<article>
<p>Prime Proof of Work (Primecoin) cryptocurrency template.</p>
<p>Non-functional</p>
</article>
</section>
<br/>
<section id="tehcoin">
<aside>
<h3><a href="https://github.com/razorlove-legacy/tehcoin">Tehcoin</a></h3>
</aside>
<article>
<p>Multihash (Quark) cryptocurrency template.</p>
<p>Non-functional</p>
</article>
</section>
<br/>
<section id="blehcoin">
<aside>
<h3><a href="https://github.com/razorlove-legacy/blehcoin">Blehcoin</a></h3>
</aside>
<article>
<p>SHA256 Proof of Stake (Peercoin) cryptocurrency template.</p>
</article>
</section>
<br/>
<section id="fehcoin">
<aside>
<h3><a href="https://github.com/razorlove-legacy/fehcoin">Fehcoin</a></h3>
</aside>
<article>
<p>Scrypt Proof of Stake cryptocurrency template.</p>
</article>
</section>
<br/>
<section id="abcoin">
<aside>
<h3><a href="https://github.com/razorlove-legacy/abccoin">ABCcoin</a></h3>
</aside>
<article>
<p>SHA256 Proof of Work (Bitcoin) cryptocurrency template.</p>
</article>
</section>
<br/>
</div>
</div>
</body>
</html>