-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Hello Internet"> | ||
<meta name="author" content="niclaz"> | ||
<meta http-equiv="content-security-policy" content="default-src 'self'"> | ||
<title>Simple list of repositories hosted within Github</title> | ||
</head> | ||
<body> | ||
<h1>Hello Internet</h1> | ||
<p>This static webpage is hosted with GitHub Pages.</p> | ||
<h1>Archive of Bitcoin Whitepaper Translations</h1> | ||
<p>Archive of all the PDF versions of Bitcoin Whitepaper in various languages - saved for posterity | ||
Sources: | ||
https://bitcoin.org repository on Github | ||
https://exonumia.africa's doc section within Github | ||
@jonassterud's <a href= " https://github.com/jonassterud/bitcoin-whitepaper " rel="noreferrer noopener" target="_blank">similar repository on Github</a></p> | ||
<br> | ||
<h4><a href=" https://github.com/niclaz/Archive-of-Bitcoin-Whitepaper-translations " rel="noreferrer noopener" target="_blank">Link to the repository</a></h4> | ||
<br> | ||
<h1>Common Economic Protocols</h1> | ||
<p>The Common Economic protocols are rules for voluntary interactions based on individual ownership, property rights, functioning free markets and free contracts. You can use them for voluntary interactions as an alternative law system. | ||
These Common Economic Protocols were placed under public domain by Andre Goldman (2005) - contains: | ||
<a href= " https://github.com/ParalelniPolis/common-economic-protocols/blob/master/English/common-economic-protocols.md " rel="noreferrer noopener" target="_blank">Common Economic Protocols</a> & <a href= " https://github.com/ParalelniPolis/common-economic-protocols/blob/master/English/the-maxims.md " rel="noreferrer noopener" target="_blank">The Maxims</a></p> | ||
<h4><a href= " https://github.com/niclaz/common-economic-protocols " rel="noreferrer noopener" target="_blank">Link to the repository</a></h4> | ||
<br> | ||
<h1>Web3 Privacy</h1> | ||
<p>Web3privacy now is a research project aimed at building a culture of privacy industry in web3: the most extensive database of privacy-enhancing solutions, the framework for PEDApps ideation, use-cases database & many more.</p> | ||
<h4><a href= " https://github.com/web3privacy/web3privacy " rel="noreferrer noopener" target="_blank">Link to the repository</a></h4> | ||
<br> | ||
<h4>No JavaScript or CSS was hurt in tha making of this webpage</h4> | ||
</body> | ||
</html> |