tangled
alpha
login
or
join now
danielmorrisey.com
/
mbd-pds
0
fork
atom
The HTML files displayed at pds.madeydanny.uk
pds.madebydanny.uk
0
fork
atom
overview
issues
pulls
pipelines
added beszel info
Daniel Morrisey
2 months ago
f6b4f784
1d8a9208
+2
-2
1 changed file
expand all
collapse all
unified
split
beszellogin.html
+2
-2
beszellogin.html
···
22
22
<div class="credential-group">
23
23
<label>Email Address</label>
24
24
<div class="input-wrapper">
25
25
-
<input type="text" id="email" value="login@example.com" readonly>
25
25
+
<input type="text" id="email" value="guestlogin@danielmorrisey.com" readonly>
26
26
<button class="copy-btn" onclick="copyToClipboard('email', this)">Copy</button>
27
27
</div>
28
28
</div>
···
30
30
<div class="credential-group">
31
31
<label>Password</label>
32
32
<div class="input-wrapper">
33
33
-
<input type="text" id="password" value="password" readonly>
33
33
+
<input type="text" id="password" value="mbdpdsguest" readonly>
34
34
<button class="copy-btn" onclick="copyToClipboard('password', this)">Copy</button>
35
35
</div>
36
36
</div>