Skip to content

Commit eeb5984

Browse files
committed
updates
1 parent c129a42 commit eeb5984

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<body>
1010
<div class="container">
1111
<header>
12-
<h1>Dev Environment Dashboard</h1>
12+
<h1>Multi-Server Development Environment Dashboard</h1>
1313
<p>Monitor and test all services in one place</p>
14+
<p>Dockerized, runs on multiple operating systems (Windows, macOS, Linux) for flexibility and accessibility</p>
15+
<p>Hot-reloading of HTML/CSS/JS, Python (Flask and FastAPI), and Node.js Express servers with just code changes</p>
1416
</header>
1517

1618
<div class="services">
@@ -29,7 +31,7 @@ <h2>Live Server</h2>
2931
</div>
3032

3133
<div class="service-card" id="flask">
32-
<h2>Flask</h2>
34+
<h2>Flask Server</h2>
3335
<div class="status"><span class="dot"></span> Checking...</div>
3436
<div class="details">
3537
<p>Port: 8082</p>
@@ -43,7 +45,7 @@ <h2>Flask</h2>
4345
</div>
4446

4547
<div class="service-card" id="fastapi">
46-
<h2>FastAPI</h2>
48+
<h2>FastAPI Server</h2>
4749
<div class="status"><span class="dot"></span> Checking...</div>
4850
<div class="details">
4951
<p>Port: 8083</p>
@@ -58,7 +60,7 @@ <h2>FastAPI</h2>
5860
</div>
5961

6062
<div class="service-card" id="nodejs">
61-
<h2>Node.js Express</h2>
63+
<h2>Node Express Server</h2>
6264
<div class="status"><span class="dot"></span> Checking...</div>
6365
<div class="details">
6466
<p>Port: 8084</p>

0 commit comments

Comments
 (0)