use double quotes instead of single in home page

This commit is contained in:
Kevin Froman 2020-03-20 18:41:09 -05:00
parent 2a104d7459
commit 05ea54cd28
1 changed files with 6 additions and 6 deletions

View File

@ -7,10 +7,10 @@
<title> <title>
Onionr Onionr
</title> </title>
<link rel='shortcut icon' type='image/ico' href="/shared/images/favicon.ico"> <link rel="shortcut icon" type="image/ico" href="/shared/images/favicon.ico">
<link rel="stylesheet" href="/private/main.css"> <link rel="stylesheet" href="/private/main.css">
<link rel="stylesheet" href="/shared/fontawesome-free-5.10.2/css/all.min.css"> <link rel="stylesheet" href="/shared/fontawesome-free-5.10.2/css/all.min.css">
<link rel='stylesheet' href="/shared/main/PNotifyBrightTheme.css"> <link rel="stylesheet" href="/shared/main/PNotifyBrightTheme.css">
<link rel="stylesheet" href="/gettheme"> <link rel="stylesheet" href="/gettheme">
<script defer src="/shared/node_modules/pnotify/dist/iife/PNotify.js"></script> <script defer src="/shared/node_modules/pnotify/dist/iife/PNotify.js"></script>
<script defer src="/shared/node_modules/pnotify/dist/iife/PNotifyButtons.js"></script> <script defer src="/shared/node_modules/pnotify/dist/iife/PNotifyButtons.js"></script>
@ -35,7 +35,7 @@
<div id="shutdownNotice" class="overlay"> <div id="shutdownNotice" class="overlay">
<div> <div>
<p>Your node will shutdown. Thank you for using Onionr.</p> <p>Your node will shutdown. Thank you for using Onionr.</p>
<p>If you are using random bind IPs (default in non dev mode), Onionr will have a different URL next time. <p>If you are using random bind IPs (default in non dev mode), Onionr will have a different URL next time.</p>
</div> </div>
</div> </div>
@ -140,10 +140,10 @@
<label class="label">Open Site</label> <label class="label">Open Site</label>
<div class="field has-addons"> <div class="field has-addons">
<p class="control is-expanded"> <p class="control is-expanded">
<input class="input" type="text" id='siteViewer' placeholder="Site ID"> <input class="input" type="text" id="siteViewer" placeholder="Site ID">
</p> </p>
<p class="control"> <p class="control">
<a id='openSite' class="button is-info">Open</a> <a id="openSite" class="button is-info">Open</a>
</p> </p>
</div> </div>
</div> </div>
@ -248,7 +248,7 @@
<i class="fas fa-link"></i> <i class="fas fa-link"></i>
Outgoing Connections: Outgoing Connections:
<div class="control"> <div class="control">
<pre id='connectedNodes'>Unable to get nodes</pre> <pre id="connectedNodes">Unable to get nodes</pre>
</div> </div>
<br> <br>
<h6>Blocks</h6> <h6>Blocks</h6>