fix error for the html5 validator
This commit is contained in:
parent
552c1a69c5
commit
e1e1b400a2
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!--
|
||||
|
||||
Notice of Copyrights and Licenses:
|
||||
|
@ -48,7 +49,6 @@
|
|||
-->
|
||||
|
||||
<title>WalletGenerator.net</title>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<script type="text/javascript">
|
||||
// Array.prototype.map function is in the public domain.
|
||||
|
@ -6127,7 +6127,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
<h3>Step 3. Fold the Paper Wallet</h3>
|
||||
<p>
|
||||
Fold your new Paper wallet following the lines.
|
||||
<img src="images/foldinginstructions.png"></img></br>
|
||||
<img src="images/foldinginstructions.png" alt="Fold in half lengthwise, and then in three widthwise." /><br />
|
||||
You can insert one side inside the other to lock the wallet.
|
||||
</p>
|
||||
|
||||
|
@ -6148,7 +6148,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
</p>
|
||||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
<img class="frontPageImage" src="images/overview.png" />
|
||||
<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
|
||||
<div class="securityChecklist">
|
||||
<b>Security Checklist :</b>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!--
|
||||
|
||||
Notice of Copyrights and Licenses:
|
||||
|
@ -48,7 +49,6 @@
|
|||
-->
|
||||
|
||||
<title>WalletGenerator.net</title>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<script type="text/javascript">
|
||||
//array.map.js
|
||||
|
@ -203,7 +203,7 @@
|
|||
<h3>Step 3. Fold the Paper Wallet</h3>
|
||||
<p>
|
||||
Fold your new Paper wallet following the lines.
|
||||
<img src="images/foldinginstructions.png"></img></br>
|
||||
<img src="images/foldinginstructions.png" alt="Fold in half lengthwise, and then in three widthwise." /><br />
|
||||
You can insert one side inside the other to lock the wallet.
|
||||
</p>
|
||||
|
||||
|
@ -224,7 +224,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
<img class="frontPageImage" src="images/overview.png" />
|
||||
<img class="frontPageImage" src="images/overview.png" alt="Overview image of 4 paper wallet" />
|
||||
<div class="securityChecklist">
|
||||
<b>Security Checklist :</b>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue