Bitcoin cash design & Welsh translation
Added a design for bitcoin cash (which uses the same addressing scheme as regular bitcoin). Added welsh translation. Adjusted german translation. Extremely minor changes to URLs and design.
This commit is contained in:
parent
cb4670c9a1
commit
6161c396e9
9 changed files with 217 additions and 17 deletions
5
README
5
README
|
@ -1,6 +1,7 @@
|
|||
**** LOOKING FOR THE ZIP FILE TO DOWNLOAD? ************************************
|
||||
If you're on already at https://github.com/cantonbecker/bitcoinpaperwallet
|
||||
Then just look for the button that says "Download ZIP". Look to your right -->
|
||||
If you're on already here at https://github.com/cantonbecker/bitcoinpaperwallet
|
||||
Then just look above for the green button that says "Clone or download".
|
||||
Click it and select 'Download ZIP'.
|
||||
*******************************************************************************
|
||||
|
||||
*** bitcoinpaperwallet.com ***
|
||||
|
|
180
START-HERE.html
Normal file
180
START-HERE.html
Normal file
|
@ -0,0 +1,180 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="iso-8859-1">
|
||||
<title>Bitcoin Paper Wallet Launcher</title>
|
||||
|
||||
<!-- ****************************************************
|
||||
***************** BEGIN STYLES *********************
|
||||
**************************************************** -->
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
.right { text-align: right; }
|
||||
.walletarea { border-top: 2px solid #f7931a; }
|
||||
body { margin-top: 0; font-family: Arial; background-image:url(images/webpage-background.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;}
|
||||
|
||||
h1 { font-size: 24px; font-weight: 100; color: #090; margin:20px 0 10px 0; padding:0; }
|
||||
h2 { font-size: 20px; font-weight: 100; color: #090; margin:0 0 10px 0; padding:0; }
|
||||
|
||||
a, a:visited { text-decoration: none; color: #ff6c00; }
|
||||
a:hover {color: #0000FF; text-decoration: underline;}
|
||||
|
||||
|
||||
#main { position: relative; margin: 0px auto; width: 1010px; color: #444; } /* removed text-align: center; */
|
||||
#logoback { background-image:url(images/logo.png); background-position: top left; background-repeat: no-repeat; height: 150px; }
|
||||
#menu { visibility: hidden; font-size: 90%; padding: 0 12px;}
|
||||
|
||||
#culturemenu { text-align: right; padding: 10px 20px; font-size: 12px; }
|
||||
|
||||
#culturemenu { text-align: right; padding: 10px 20px; font-size: 12px;}
|
||||
#culturemenu span { padding: 3px; }
|
||||
#culturemenu .selected { text-decoration: none; color: #000000; }
|
||||
|
||||
.nicerButton { /* thanks http://www.cssbuttongenerator.com */
|
||||
-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
|
||||
-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
|
||||
box-shadow:inset 0px 1px 0px 0px #c1ed9c;
|
||||
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
|
||||
background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
|
||||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
|
||||
background-color:#9dce2c;
|
||||
-webkit-border-top-left-radius:12px;
|
||||
-moz-border-radius-topleft:12px;
|
||||
border-top-left-radius:12px;
|
||||
-webkit-border-top-right-radius:12px;
|
||||
-moz-border-radius-topright:12px;
|
||||
border-top-right-radius:12px;
|
||||
-webkit-border-bottom-right-radius:12px;
|
||||
-moz-border-radius-bottomright:12px;
|
||||
border-bottom-right-radius:12px;
|
||||
-webkit-border-bottom-left-radius:12px;
|
||||
-moz-border-radius-bottomleft:12px;
|
||||
border-bottom-left-radius:12px;
|
||||
text-indent:0;
|
||||
border:1px solid #83c41a;
|
||||
display:inline-block;
|
||||
color:#ffffff !important;
|
||||
font-family:Arial;
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
height:35px;
|
||||
line-height:35px;
|
||||
width:189px;
|
||||
text-decoration:none;
|
||||
text-align:center;
|
||||
text-shadow:1px 1px 0px #689324;
|
||||
}
|
||||
.nicerButton:hover {
|
||||
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
|
||||
background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
|
||||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
|
||||
background-color:#8cb82b;
|
||||
text-decoration: none;
|
||||
}.nicerButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
||||
.instructionsarea { padding: 0 25px; }
|
||||
.instructionsarea { font-size: 12px; line-height: 18px; }
|
||||
.instructionsarea li { padding-bottom: 8px; list-style: none; }
|
||||
|
||||
.highlighted { font-size: 14px; padding: 8px; background-color: #ebfdbf;}
|
||||
|
||||
|
||||
@media screen
|
||||
{
|
||||
#tagline { margin: 10px 0 0 250px; font-style: italic; font-size: 18px; color: #666; }
|
||||
#tagline span {padding-left: 10px; font-size: 11px; color: #999;}
|
||||
#tagsite { margin: 5px 0 20px 252px; font-size: 14px; color: #666; }
|
||||
|
||||
|
||||
#tagwarning { position: absolute; left: 250px; top: 25px; font-size: 12px; color: red; }
|
||||
|
||||
.pagebreak { height: 50px; }
|
||||
.commands { padding: 10px 0 20px 10px; margin-bottom: 0;}
|
||||
.commands span { padding: 0 10px; }
|
||||
.commands span.print { float: right; padding-top: 10px;}
|
||||
.commands span.right { float: right; }
|
||||
.expandable { padding: 10px 15px; text-align: left; cursor: pointer; }
|
||||
|
||||
.commands p.instructions { width: 600px; float: left; font-size: 13px; }
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
#wallets .walletarea { border-top: none; }
|
||||
body { width: 1000px; padding: 30px; background-image: none; background-color: #FFFFFF;}
|
||||
#main { width: auto; position: absolute; left: 25px;}
|
||||
#culturemenu { display: none; }
|
||||
.pagebreak { height: 1px; }
|
||||
#logoback { display: none; }
|
||||
.menu { display: none; }
|
||||
.footer { display: none; }
|
||||
.commands { display: none; }
|
||||
#tagline { display: none; }
|
||||
#faqs { display: none; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<div id="logoback">
|
||||
<div id="culturemenu">
|
||||
<!--
|
||||
<span><a href="?culture=en" id="cultureen" class="selected">English</a></span> |
|
||||
<span><a href="?culture=es" id="culturees">Español</a></span> |
|
||||
<span><a href="?culture=fr" id="culturefr">Français</a></span> -->
|
||||
|
||||
</div>
|
||||
<div id="tagline">Open Source JavaScript Bitcoin Wallet Generator <span>Ubuntu LiveCD</span></div>
|
||||
<div id="tagsite">For help, security tips, or wallet making supplies visit <a href="https://bitcoinpaperwallet.com">bitcoinpaperwallet.com</a></div>
|
||||
|
||||
</div><!-- end logoback -->
|
||||
|
||||
<div id="wallets">
|
||||
|
||||
|
||||
<div id="landarea" class="walletarea">
|
||||
<div class="instructionsarea">
|
||||
<div class="notes">
|
||||
<h1><span id="instructions0">Ubuntu 14.04 LTS LiveCD Checklist</span></h1>
|
||||
|
||||
<p>
|
||||
<img src="images/ubuntu-no-internet.png" width="52" height="53" alt="Internet Icon" align="left" style="padding-right: 12px;">
|
||||
<span id="instructions1"><b>1. Are you offline?</b><br />
|
||||
<em>You don't need an Internet connection to make these paper wallets</em>.<br />
|
||||
For added security, consider temporarily powering off your modem or router.</span>
|
||||
<br /><br />
|
||||
|
||||
<img src="images/ubuntu-settings.png" width="52" height="53" alt="Settings Icon" align="left" style="padding-right: 12px;">
|
||||
<span id="instructions2"><b>2. Have you setup your printer yet?</b><br />
|
||||
<em>Every time you boot from this CD, you will have to setup your printer all over again.</em><br />
|
||||
First click on <strong>System Settings</strong>, then click <strong>Printers</strong>, then add your printer.</span>
|
||||
Print a test page.<br>
|
||||
</p>
|
||||
<h2>Notes on Ubuntu Printer Compatibility</h2>
|
||||
<ul>
|
||||
<li>Older printers, and Hewlett Packard (HP) brand printers in particular, are more likely to be supported.</li>
|
||||
<li>If your printer doesn't work, research whether it supports PCL, Postscript, or PDF as a "Printer language". Ubuntu's generic drivers should support these printers as well.</li>
|
||||
<li>If you ultimately fail to get your printer to work, consider printing to PDF files from Firefox. You can save the PDFs to a thumbdrive and print them using a different computer. If you choose to follow this route, it's recommended that you select the "BIP38 Encrypt" option to better secure your wallets.</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
<span><a href="generate-wallet.html" class="nicerButton" style="width: 400px;">Open generate-wallet.html »</a></span></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end landarea -->
|
||||
|
||||
</div><!-- *** end wallets *** -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
generate-wallet.html (from https://bitcoinpaperwallet.com)
|
||||
|
||||
Contact: Canton Becker / canton@gmail.com / www.cantonbecker.com
|
||||
Contact: Canton Becker / canton@gmail.com / https://www.cantonbecker.com
|
||||
|
||||
generate-wallet.html is always distributed with a PGP signature "generate-wallet.html.sig" which you
|
||||
can use to validate the integrity and authorship of this file like so:
|
||||
|
@ -19,7 +19,7 @@
|
|||
is copyrighted. As a courtesy, please do not modify this software in such a way that the
|
||||
links to purchase hologram stickers and wallet making supplies are removed or pointed elsewhere.
|
||||
|
||||
This software (HTML and JavaScript) is ©Copyright 2016 Canton Becker and bitaddress.org
|
||||
This software (HTML and JavaScript) is ©Copyright 2017 Canton Becker and bitaddress.org
|
||||
and licensed under the MIT license.
|
||||
|
||||
Special thanks to pointbiz/bitaddress.org, Artiom Chilaru/flexlabs.org, and Martin Ankerl
|
||||
|
@ -10062,7 +10062,7 @@ Bitcoin.Util = {
|
|||
|
||||
#paperarea .artwallet .dupbtcaddress
|
||||
{
|
||||
position: absolute; top: 45px; left: 40px; z-index: 100; background-color: transparent;
|
||||
position: absolute; top: 43px; left: 40px; z-index: 100; background-color: transparent;
|
||||
color: #000000; margin: 0;
|
||||
/* -webkit-transform-origin:top left; */
|
||||
-webkit-transform:rotate(-180deg);
|
||||
|
@ -10094,7 +10094,7 @@ Bitcoin.Util = {
|
|||
|
||||
#paperarea .artwallet .dupbtcprivwif, #paperarea .artwallet .dupbtcencryptedkey
|
||||
{
|
||||
position: absolute; top: 75px; left: 610px; z-index: 100; background-color: transparent;
|
||||
position: absolute; top: 72px; left: 610px; z-index: 100; background-color: transparent;
|
||||
color: #000000; margin: 0;
|
||||
/* -webkit-transform-origin:top left; */
|
||||
-webkit-transform:rotate(-180deg);
|
||||
|
@ -10410,7 +10410,7 @@ Bitcoin.Util = {
|
|||
<span><a href="?culture=fr" id="culturefr">Français</a></span> -->
|
||||
|
||||
</div>
|
||||
<div id="tagline">Open Source JavaScript <script type="text/javascript">document.write(window.currencyName);</script> Paper Wallet Generator <span>Updated Feb 23, 2016</span></div>
|
||||
<div id="tagline">Open Source JavaScript <script type="text/javascript">document.write(window.currencyName);</script> Paper Wallet Generator <span>Updated Sep 22, 2017</span></div>
|
||||
<div id="tagsite">For help, security tips, or wallet making supplies visit <a href="https://bitcoinpaperwallet.com">bitcoinpaperwallet.com</a></div>
|
||||
<div id="tagwarning"></div>
|
||||
<div id="seedpoolarea"><textarea rows="16" cols="62" id="seedpool"></textarea></div>
|
||||
|
@ -10489,7 +10489,7 @@ Bitcoin.Util = {
|
|||
document.write('<span style="color: #990000;">× You appear to be running this generator off of a live website, which is not recommended for creating valuable wallets. Instead, use the download link at the bottom of this page to download the ZIP file from GitHub and run this generator offline as a \'local\' HTML file.</span>');
|
||||
break;
|
||||
case 'file:':
|
||||
document.write('<span style="color: #009900;">✔ You are running this generator from your own download.</span><br />Tip: Make 100% sure you are offline by trying <a href="http://google.com" target="_blank">google.com</a></span>');
|
||||
document.write('<span style="color: #009900;">✔ You are running this generator from your own download.</span><br />Tip: Make 100% sure you are offline by trying <a href="https://google.com" target="_blank">google.com</a></span>');
|
||||
break;
|
||||
default:
|
||||
}
|
||||
|
@ -10499,7 +10499,7 @@ Bitcoin.Util = {
|
|||
<li>
|
||||
<script language="javascript">
|
||||
if (window.crypto && window.crypto.getRandomValues) {
|
||||
document.write('<span style="color: #009900;">✔ Your browser is capable of generating cryptographically random keys using window.crypto.getRandomValues</span>');
|
||||
document.write('<span style="color: #009900;">✔ Your browser is capable of generating cryptographic strength random keys using window.crypto.getRandomValues</span>');
|
||||
} else {
|
||||
document.write('<span style="color: #990000;">× Your browser does NOT support window.crypto.getRandomValues(), which is important for generating the most secure random numbers possible. Please use a more modern browser.</span>');
|
||||
}
|
||||
|
@ -10515,6 +10515,7 @@ Bitcoin.Util = {
|
|||
<p style="margin-top: 0;"><strong>Change your wallet's design, language, or cryptocurrency here:</strong>
|
||||
<select name="designPicker" id="designPicker" style="font-size: 12px;" onChange="setDesign(this.value, false);">
|
||||
<option value="default">Standard Bitcoin Design</option>
|
||||
<option value="bitcoincash">Bitcoin Cash Design</option>
|
||||
<option value="blackwhite">Black & White Bitcoin</option>
|
||||
<option value="holiday">Holiday / Christmas Bitcoin (English)</option>
|
||||
<option value="chinese-new-year">Chinese New Year Bitcoin (Simplified Chinese)</option>
|
||||
|
@ -10544,6 +10545,7 @@ Bitcoin.Util = {
|
|||
<option value="russian">Russian</option>
|
||||
<option value="spanish">Spanish</option>
|
||||
<option value="swedish">Swedish</option>
|
||||
<option value="welsh">Welsh</option>
|
||||
</select>
|
||||
</p>
|
||||
<strong>Step 1: Calibrate Printer</strong><br>
|
||||
|
@ -10558,7 +10560,7 @@ Flip the front page over and put it back in your printer. This isn't just for go
|
|||
<span id="instructions5"><strong>Step 4: Cut, Fold, Seal & Fund</strong><br>
|
||||
Find your scissors! The final step is to cut out your wallet, fold it, and seal it with tamper-evident <a href="#" onClick="window.open(window.suppliesURL, '_blank'); return false;">hologram stickers</a> or at least opaque (light-blocking) tape. Now you're ready to transfer funds from your online holdings to your new wallet.</span> <br>
|
||||
<br>
|
||||
<span><a href="http://www.youtube.com/watch?v=a47rrYBWjWQ" target="_blank" class="nicerButton" style="width: 400px;">90 second tutorial video on YouTube »</a></span>
|
||||
<span><a href="https://www.youtube.com/watch?v=a47rrYBWjWQ" target="_blank" class="nicerButton" style="width: 400px;">90 second tutorial video on YouTube »</a></span>
|
||||
<br /><br />
|
||||
<span><a href="#" onClick="window.open(window.suppliesURL, '_blank'); return false;" class="nicerButton" style="width: 400px; margin-bottom: 10px;">Order hologram stickers / zip bags / Ubuntu CD »</a></span>
|
||||
|
||||
|
@ -10998,13 +11000,13 @@ Find your scissors! The final step is to cut out your wallet, fold it, and seal
|
|||
After downloading and extracting the <a href="https://github.com/cantonbecker/bitcoinpaperwallet" target="_blank">ZIP package</a> for this generator, you should find a file named <b>generate-wallet.html.sig</b>
|
||||
which you can use to:
|
||||
<ol><li> verify that <strong>generate-wallet.html</strong> hasn't been tampered with, and</li>
|
||||
<li>get proof that it really was authored by Canton Becker (canton@gmail.com) whose public key and fingerprint can be confirmed at <a href="http://cantonbecker.com">cantonbecker.com</a>, bitcointalk.org, etc.</li>
|
||||
<li>get proof that it really was authored by Canton Becker (canton@gmail.com) whose public key and fingerprint can be confirmed at <a href="https://cantonbecker.com/webdesign/contact">cantonbecker.com</a>, bitcointalk.org, etc.</li>
|
||||
</ol>
|
||||
For example, if you have GPG installed, just open the terminal, change directory (cd) to where this file lives, and type:<br />
|
||||
<code> gpg --recv-key 36E1D9B6<br />
|
||||
gpg --verify --with-fingerprint generate-wallet.html.sig generate-wallet.html</code>
|
||||
<br /><br />And then verify the signature's fingerprint against Canton Becker's <a href="http://cantonbecker.com">published PGP/GPG fingerprint</a>.<br /><br />
|
||||
<a href="http://www.google.com/search?q=how+to+verify+PGP+%22.sig%22+signature+on+file">Learn how to verify a PGP-signed file »</a>
|
||||
<br /><br />And then verify the signature's fingerprint against Canton Becker's <a href="https://cantonbecker.com/webdesign/contact" target="_blank">published PGP/GPG fingerprint</a>.<br /><br />
|
||||
<a href="https://www.google.com/search?q=how+to+verify+PGP+%22.sig%22+signature+on+file">Learn how to verify a PGP-signed file »</a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="#" class="nicerButton" onClick="document.getElementById('siginfo').style.display='none'; return(false);">OK</a>
|
||||
|
@ -13627,10 +13629,10 @@ function setDesign (whichDesign, isOnLoad, whichLanguage) {
|
|||
backAmount: "Gutschriften",
|
||||
backDate: "Datum",
|
||||
backNotes: "Notizen:",
|
||||
backInst1: "Um das Guthaben auf dieser Papierbrieftasche zu erhöhen, sende bitcoins an ihre öffentliche Adresse, jederzeit.",
|
||||
backInst2: "Um das Guthaben zu bestätigen suche nach der öffentlichen Adresse auf einem Service wie blockchain.info",
|
||||
backInst3: "<strong>Mache den privaten schlüssel nie bekannt</strong> bis du bereit bist das Guthaben auf dieser Brieftasche abzuheben auf einen Bitcoin-Client, eine Wechselbörse oder eine Onlinebrieftasche.",
|
||||
backInst4: "Beim Abheben des Guthabens sollte das <strong>Ganze Guthaben</strong> auf einmal abgehoben werden. Beim Versuch nur einen Teil des Guthaben auszugeben kann es zum dauerhaften Verlust des restlichen Guthabens kommen. <br /><br />Fragen? Geh auf bitcoinpaperwallet.com",
|
||||
backInst1: "Um das Guthaben auf dieser Papierbrieftasche zu erhöhen, sende Bitcoins an ihre öffentliche Adresse; jederzeit.",
|
||||
backInst2: "Um das Guthaben zu bestätigen, suche nach der öffentlichen Adresse auf einem Service wie blockchain.info",
|
||||
backInst3: "<strong>Mache den privaten Schlüssel nie bekannt</strong> bis du bereit bist, das Guthaben auf dieser Brieftasche entweder auf einen Bitcoin-Client, eine Wechselbörse oder eine Onlinebrieftasche abzuheben.",
|
||||
backInst4: "Beim Abheben des Guthabens sollte das <strong>ganze Guthaben</strong> auf einmal abgehoben werden. Beim Versuch, nur einen Teil des Guthaben auszugeben, kann es zum dauerhaften Verlust des restlichen Guthabens kommen. <br /><br />Fragen? Geh auf bitcoinpaperwallet.com",
|
||||
},
|
||||
|
||||
'hebrew': {
|
||||
|
@ -13766,6 +13768,23 @@ function setDesign (whichDesign, isOnLoad, whichLanguage) {
|
|||
backInst2: "Kontrollera saldot genom att söka efter den publika adressen på till exempel blockchain.info",
|
||||
backInst3: "<strong>ANVÄND ELLER VISA INTE DEN PRIVATA NYCKELN</strong> förrän det är dags att flytta saldot till en bitcoinklient, börs eller online-plånbok.",
|
||||
backInst4: "När du flyttar bitcoin från en paperwallet bör du alltid <strong>TÖMMA DEN HELT</strong>. Om du inte gör det riskerar du att förlora kvarvarande bitcoin.<br /><br />Frågor? Besök bitcoinpaperwallet.com",
|
||||
},
|
||||
|
||||
'welsh': {
|
||||
publicAddress: "CYFEIRIAD Y CYHOEDD",
|
||||
depositVerify: "ADNEUO / DDILYSU",
|
||||
privateKey: "KEY PREIFAT",
|
||||
walletImportFormat: "WALED FFORMAT MEWNFORIO",
|
||||
withdraw: "KEY PREIFAT / DYNNU",
|
||||
backLongTextFontSize: "8px",
|
||||
backPaperWallet: "BITCOIN PAPUR WALED",
|
||||
backAmount: "Swm Ychwanegwyd",
|
||||
backDate: "Dyddiad",
|
||||
backNotes: "Nodiadau:",
|
||||
backInst1: "I adneuo arian ychwanegol i waled papur hyn, anfonwch bitcoins at eu cyfeiriad cyhoedd, unrhyw bryd.",
|
||||
backInst2: "Gwirio eich balans drwy chwilio am y cyfeiriad cyhoedd sy'n defnyddio'r gwasanaeth fel blockchain.info",
|
||||
backInst3: "<strong>PEIDIWCH Â DATGELU'R ALLWEDD BREIFAT</strong> hyd nes y byddwch yn barod i fewnforio balans ar waled yma i gleient Bitcoin, cyfnewid, neu waled ar-lein.",
|
||||
backInst4: "Wrth dynnu allan eich arian o'r waled yma, dylech gael gwared ar y <strong>BALANS CYFAN</strong>. Os ydych yn ceisio gwario dim ond rhai o'r cronfeydd byddwch yn debygol o golli'r bitcoins sy'n weddill am byth.<br /><br />Ar gyfer cyfarwyddiadau ewch i bitcoinpaperwallet.com",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Binary file not shown.
BIN
images/back-300dpi-bitcoincash.jpg
Normal file
BIN
images/back-300dpi-bitcoincash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 552 KiB |
BIN
images/finished-sample-bitcoincash.jpg
Normal file
BIN
images/finished-sample-bitcoincash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
images/front-300dpi-bitcoincash.jpg
Normal file
BIN
images/front-300dpi-bitcoincash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 537 KiB |
BIN
images/ubuntu-no-internet.png
Normal file
BIN
images/ubuntu-no-internet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
images/ubuntu-settings.png
Normal file
BIN
images/ubuntu-settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Add table
Reference in a new issue