use double quotes instead of single in home page
This commit is contained in:
parent
2a104d7459
commit
05ea54cd28
@ -7,10 +7,10 @@
|
||||
<title>
|
||||
Onionr
|
||||
</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="/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">
|
||||
<script defer src="/shared/node_modules/pnotify/dist/iife/PNotify.js"></script>
|
||||
<script defer src="/shared/node_modules/pnotify/dist/iife/PNotifyButtons.js"></script>
|
||||
@ -35,7 +35,7 @@
|
||||
<div id="shutdownNotice" class="overlay">
|
||||
<div>
|
||||
<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>
|
||||
|
||||
@ -140,10 +140,10 @@
|
||||
<label class="label">Open Site</label>
|
||||
<div class="field has-addons">
|
||||
<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 class="control">
|
||||
<a id='openSite' class="button is-info">Open</a>
|
||||
<a id="openSite" class="button is-info">Open</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -248,7 +248,7 @@
|
||||
<i class="fas fa-link"></i>
|
||||
Outgoing Connections:
|
||||
<div class="control">
|
||||
<pre id='connectedNodes'>Unable to get nodes</pre>
|
||||
<pre id="connectedNodes">Unable to get nodes</pre>
|
||||
</div>
|
||||
<br>
|
||||
<h6>Blocks</h6>
|
||||
|
Loading…
Reference in New Issue
Block a user