Skip to content

Commit ac53e7e

Browse files
committed
further refinements
1 parent 8b6e4cc commit ac53e7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

supervisor/shared/web_workflow/static/welcome.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1><a href="/"><img src="/favicon.ico"/></a>&nbsp;Welcome!</h1>
1313

1414
<p>Welcome to CircuitPython's Web API. Go to the <a href="/fs/">file browser</a> to work with files in the CIRCUITPY drive. Go to the <a href="/cp/serial/">serial terminal</a> to see code output and interact with the REPL. Make sure you've set <code>CIRCUITPY_WEB_API_PASSWORD='somepassword'</code> in <code>/.env</code>. Provide the password when the browser prompts for it. <strong>Leave the username blank.</strong></p>
1515

16-
<h2>Device Info</h2>
16+
<h2>Device Info:</h2>
1717

1818
<dl>
1919
<dt>Board:</dt>
@@ -22,12 +22,12 @@ <h2>Device Info</h2>
2222
<dd><span id="version"></span></dd>
2323
<dt>Hostname:</dt>
2424
<dd><a id="hostname"></a></dd>
25-
<dd>IP:</dd>
26-
<dt><a id="ip"></a></dt>
27-
<dd>Other Devices</dd>
25+
<dt>IP:</dt>
26+
<dd><a id="ip"></a></dd>
2827
</dl>
28+
2929
<h2>Here are other CircuitPython devices on your network:</h2>
3030
<ul id="devices">
31-
</ul>
31+
</ul>
3232
</body>
3333
</html>

0 commit comments

Comments
 (0)