Skip to content

Commit 2d5ca54

Browse files
committed
test version bump
1 parent babf0bb commit 2d5ca54

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "emulatorjs-netplay-server",
33
"productName": "EmulatorJS Netplay Server",
4-
"version": "0.3.8",
4+
"version": "0.3.9",
55
"main": "app.js",
66
"bin": "server.js",
77
"description": "A Netplay Server For EmulatorJS",

src/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,12 @@
108108
<div id="content" class="content">
109109
<h1>EmulatorJS Netplay Server</h1>
110110
<img src="img/logo-light.png" alt="Logo" class="logo">
111+
<h3>Server Info:</h3>
112+
<p>Runing on port: <b>3000</b></p>
113+
<p>Password is: <b>admin123</b></p>
111114
<h3>Server Options:</h3>
112-
<button onclick="startbutton()" id="startStop" class="button">Start <S></S>erver<button>
115+
<button onclick="startbutton()" id="server" class="button">Start Server</button>
116+
<button onclick="changeport()" id="port" class="button">Change Port</button>
113117
<p id="status"></p>
114118
<p id="nuser"></p>
115119
<br>

0 commit comments

Comments
 (0)