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>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Notice of Copyrights and Licenses:
|
Notice of Copyrights and Licenses:
|
||||||
|
@ -48,7 +49,6 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<title>WalletGenerator.net</title>
|
<title>WalletGenerator.net</title>
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// Array.prototype.map function is in the public domain.
|
// 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>
|
<h3>Step 3. Fold the Paper Wallet</h3>
|
||||||
<p>
|
<p>
|
||||||
Fold your new Paper wallet following the lines.
|
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.
|
You can insert one side inside the other to lock the wallet.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -6148,7 +6148,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="secondHalfSingleSafety">
|
<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">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Notice of Copyrights and Licenses:
|
Notice of Copyrights and Licenses:
|
||||||
|
@ -48,7 +49,6 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<title>WalletGenerator.net</title>
|
<title>WalletGenerator.net</title>
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//array.map.js
|
//array.map.js
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
<h3>Step 3. Fold the Paper Wallet</h3>
|
<h3>Step 3. Fold the Paper Wallet</h3>
|
||||||
<p>
|
<p>
|
||||||
Fold your new Paper wallet following the lines.
|
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.
|
You can insert one side inside the other to lock the wallet.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="secondHalfSingleSafety">
|
<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">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue