The HTML files displayed at pds.madeydanny.uk pds.madebydanny.uk

added beszel info

+2 -2
+2 -2
beszellogin.html
··· 22 22 <div class="credential-group"> 23 23 <label>Email Address</label> 24 24 <div class="input-wrapper"> 25 - <input type="text" id="email" value="login@example.com" readonly> 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 - <input type="text" id="password" value="password" readonly> 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>