-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 997 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>gotamer</title>
<meta name="description" content="gotamer Go code index">
<meta name="keywords" content="tamer, gotamer, golang">
<meta name="author" content="TaMeR">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<header class="w3-container w3-black w3-center" style="padding:30px 16px">
<p class="w3-xlarge">GoTamer GoLang Packages</p>
</header>
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<ul>
<li>hdkeys is a library to create Bitcoin and Nostr secret and public account keys from the same mnemonic seeds, and a command-line tool that uses this library.<br>
<a href="hdkeys">go.hansaray.pw/hdkeys</a> </li>
</ul>
</dev>
</dev>
<footer class="w3-container w3-center w3-padding-64">
<p>© <a href="http://tamer.pw">TaMeR</a></p>
</footer>
</body>
</html>