Skip to content

Commit 9e97413

Browse files
author
DavidQ
committed
formatting
1 parent 1aa90ea commit 9e97413

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

samples/phase-13/1319/index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
border-radius: 4px;
5050
border: 1px solid #334155;
5151
}
52+
53+
.server-links code {
54+
color: #f8fafc;
55+
background: #0f172a;
56+
padding: 2px 5px;
57+
border-radius: 14px;
58+
border: 3px solid #ff0000;
59+
}
5260
</style>
5361
</head>
5462

@@ -60,13 +68,14 @@ <h1>Sample 1319 - Real Network + Live Dashboard</h1>
6068

6169

6270

63-
<p class="network-links">
64-
For this to work, you need to have the server running locally. You can start the server with
65-
<code>node tests/network-sample-1319/realNetworkServer.mjs</code> from the root of the repository.<br />
71+
<p class="server-links">
72+
For this to work, you need to have the server running locally. You can start the server with<br>
73+
<code>node tests/network-sample-1319/realNetworkServer.mjs</code><br>
74+
from the root of the repository.<br />
6675
</p>
6776
<p class="network-links">
6877
Server health: <code>http://127.0.0.1:4320/admin/network-sample-1319/health</code><br />
69-
Live dashboard: <code>http://127.0.0.1:4320/admin/network-sample-1319/dashboard</code>
78+
Live dashboard: <code>http://127.0.0.1:4320/admin/network-sample-1319/dashboard</code><br />
7079
</p>
7180

7281
<div class="network-controls">

0 commit comments

Comments
 (0)