Move ...s in template

This commit is contained in:
Thomas Lynch
2023-04-14 01:44:52 +10:00
parent 5fd4ae842c
commit 5e2943064a

View File

@@ -98,15 +98,15 @@ _M.noscript_extra_sha256 = [[
_M.site_name_section = [[ _M.site_name_section = [[
<h3 class="pt"> <h3 class="pt">
<img src="/favicon.ico" width="64" height="64" alt=" "> <img src="/favicon.ico" width="64" height="64" alt=" ">
Verifying your connection to %s... Verifying your connection to %s
</h3> </h3>
]] ]]
-- animation while waiting -- animation while waiting
_M.pow_section = [[ _M.pow_section = [[
<p> <span>
This process is automatic, please wait a moment. This process is automatic, please wait a moment...
</p> </span>
<div class="jsonly"> <div class="jsonly">
<div id="loader"><div class="b"></div><div class="b"></div><div class="b"></div></div> <div id="loader"><div class="b"></div><div class="b"></div><div class="b"></div></div>
</div> </div>