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

thing

+4 -4
+4 -4
index.html
··· 16 /* Announcement banner styles */ 17 .announcement { 18 box-sizing: border-box; 19 - background: linear-gradient(90deg,#fd0b0b,#e90e0e); 20 color: white; 21 padding: 12px 16px; 22 display: flex; ··· 26 font-size: 14px; 27 } 28 .announcement p { margin: 0; } 29 .announcement .controls { display:flex; gap:8px; align-items:center; } 30 .announcement button.dismiss { 31 background: rgba(255,255,255,0.12); ··· 44 </head> 45 <body> 46 <!-- Announcement banner (dismissible for 24 hours) --> 47 - <!-- 48 <div id="announcement" class="announcement" role="region" aria-label="Site announcement"> 49 - <p><strong>Notice:</strong> Due to the high amount of migrations and new accounts on the MBD PDS we are enabling invite codes for the next 24 hours — please DM me to get one.</p> 50 <div class="controls"> 51 <button class="dismiss" id="dismissAnnouncement" aria-label="Dismiss announcement">Dismiss</button> 52 </div> 53 </div> 54 - --> 55 <main> 56 <h1>MBD PDS - pds.madebydanny.uk</h1> 57 <p>This is an AT Protocol Personal Data Server <i>(PDS)</i> hosted on <a href="https://upcloud.com" target="_blank">UpCloud</a> maintained by <a href="https://madebydanny.uk/followonbsky?did=madebydanny.uk" target="_blank">@madebydanny.uk</a></p>
··· 16 /* Announcement banner styles */ 17 .announcement { 18 box-sizing: border-box; 19 + background: linear-gradient(90deg,#0b64fd,#af0ee9); 20 color: white; 21 padding: 12px 16px; 22 display: flex; ··· 26 font-size: 14px; 27 } 28 .announcement p { margin: 0; } 29 + .announcement a { color: white; text-decoration: underline; } 30 .announcement .controls { display:flex; gap:8px; align-items:center; } 31 .announcement button.dismiss { 32 background: rgba(255,255,255,0.12); ··· 45 </head> 46 <body> 47 <!-- Announcement banner (dismissible for 24 hours) --> 48 + 49 <div id="announcement" class="announcement" role="region" aria-label="Site announcement"> 50 + <p><strong>What's new:</strong> Starting Sat Dec 27 16:04 <i>(EST)</i> the MBD PDS will now support Email 2FA, <a href="https://www.youtube.com/watch?v=9PJdA431FEU" target="_blank">learn how to enable email 2FA</a></p> 51 <div class="controls"> 52 <button class="dismiss" id="dismissAnnouncement" aria-label="Dismiss announcement">Dismiss</button> 53 </div> 54 </div> 55 <main> 56 <h1>MBD PDS - pds.madebydanny.uk</h1> 57 <p>This is an AT Protocol Personal Data Server <i>(PDS)</i> hosted on <a href="https://upcloud.com" target="_blank">UpCloud</a> maintained by <a href="https://madebydanny.uk/followonbsky?did=madebydanny.uk" target="_blank">@madebydanny.uk</a></p>